keyboard mod changes, cleanup
This commit is contained in:
parent
ab1ef736a8
commit
b448e6a6a2
8 changed files with 57 additions and 51 deletions
|
@ -16,8 +16,9 @@ def --env doomup [...args] {
|
|||
systemctl --user restart emacs.service
|
||||
}
|
||||
|
||||
def --env lla [...args] {
|
||||
ls -alm ...$args | select name type size modified mode user
|
||||
def --env lla [...pattern: glob] {
|
||||
let pattern = if ($pattern | is-empty) { [ '.' ] } else { $pattern }
|
||||
nuls -alm $pattern | select name type size modified mode user
|
||||
}
|
||||
|
||||
# def --env pullall [] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue