cleanup
This commit is contained in:
parent
5fa1aa1246
commit
ddd553ec60
3 changed files with 17 additions and 24 deletions
|
@ -87,7 +87,6 @@
|
|||
television
|
||||
bash-env-json
|
||||
bash-env-nushell
|
||||
nufmt
|
||||
vivid
|
||||
|
||||
caddy
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
$env.config.completions.external.completer = $fish_completer
|
||||
$env.LS_COLORS = (vivid generate one-dark)
|
||||
# $env.NH_FLAKE = $env.HOME + "/nixos-config/"
|
||||
|
||||
|
@ -13,10 +12,6 @@ def --env doomup [...args] {
|
|||
systemctl --user restart emacs.service
|
||||
}
|
||||
|
||||
# def --env pullall [] {
|
||||
|
||||
# }
|
||||
|
||||
def pdf-compress [...args] {
|
||||
gs -sDEVICE=pdfwrite -dPDFSETTINGS=/printer -dNOPAUSE -dBATCH -sOutputFile=output.pdf $args
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
let fish_completer = {|spans|
|
||||
let fish_completer = {|spans|
|
||||
let completions = fish --command $'complete "--do-complete=($spans | str join " ")"'
|
||||
| from tsv --flexible --noheaders --no-infer
|
||||
| rename value description
|
||||
|
@ -16,5 +16,4 @@
|
|||
} else {
|
||||
$completions
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue