refactoring shell stuff
This commit is contained in:
parent
b2ce760a59
commit
8f62ae3202
8 changed files with 86 additions and 83 deletions
|
@ -2,8 +2,6 @@
|
|||
$env.config.completions.external.completer = $fish_completer
|
||||
$env.LS_COLORS = (vivid generate one-dark)
|
||||
|
||||
|
||||
|
||||
def --env doomup [...args] {
|
||||
doom sync ...$args
|
||||
doom gc
|
||||
|
@ -13,3 +11,11 @@ def --env doomup [...args] {
|
|||
def --env lla [...args] {
|
||||
ls -alm ...$args | select name size type mode
|
||||
}
|
||||
|
||||
# def --env pullall [] {
|
||||
|
||||
# }
|
||||
|
||||
def pdf-compress [...args] {
|
||||
gs -sDEVICE=pdfwrite -dPDFSETTINGS=/printer -dNOPAUSE -dBATCH -sOutputFile=output.pdf $args
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue