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