nushell shenanigans

This commit is contained in:
Matt Nish-Lapidus 2025-07-01 00:00:02 -04:00
parent 7224520616
commit b2ce760a59
4 changed files with 35 additions and 24 deletions

View file

@ -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
}