nushell shenanigans
This commit is contained in:
parent
7224520616
commit
b2ce760a59
4 changed files with 35 additions and 24 deletions
|
@ -1 +1,15 @@
|
|||
|
||||
$env.config.completions.external.completer = $fish_completer
|
||||
$env.LS_COLORS = (vivid generate one-dark)
|
||||
|
||||
|
||||
|
||||
def --env doomup [...args] {
|
||||
doom sync ...$args
|
||||
doom gc
|
||||
systemctl --user restart emacs.service
|
||||
}
|
||||
|
||||
def --env lla [...args] {
|
||||
ls -alm ...$args | select name size type mode
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue