Merge branch 'master' of gitea.tforgione.fr:tforgione/nushell
This commit is contained in:
commit
b887e133d3
|
@ -92,7 +92,7 @@ alias :q = exit
|
|||
|
||||
# evince in background
|
||||
def pdf [arg: string] {
|
||||
pueue add evince ($arg | str replace ' ' '\ ')
|
||||
pueue add -e evince $arg
|
||||
}
|
||||
|
||||
# ripgrep
|
||||
|
|
|
@ -56,7 +56,7 @@ def --env kube [name?: string@_kube_kubes] {
|
|||
alias kns = k9s -n all
|
||||
|
||||
# shortcut for lazydocker on pi
|
||||
alias pi = ssh pi -t "cd www/docker && /home/pi/.local/bin/lazydocker"
|
||||
alias pi = ssh pi -t "cd docker && /home/pi/.local/bin/lazydocker"
|
||||
|
||||
# shortcut for lazydocker on phoenix's prod
|
||||
alias mnemosyne = ssh phoenix -t "cd prod && /home/polymny/.local/bin/lazydocker"
|
||||
|
|
Loading…
Reference in New Issue