Merge branch 'master' of gitea.tforgione.fr:tforgione/nushell

This commit is contained in:
Thomas Forgione 2024-02-05 15:51:50 +01:00
commit b887e133d3
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ alias :q = exit
# evince in background # evince in background
def pdf [arg: string] { def pdf [arg: string] {
pueue add evince ($arg | str replace ' ' '\ ') pueue add -e evince $arg
} }
# ripgrep # ripgrep

View File

@ -56,7 +56,7 @@ def --env kube [name?: string@_kube_kubes] {
alias kns = k9s -n all alias kns = k9s -n all
# shortcut for lazydocker on pi # 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 # shortcut for lazydocker on phoenix's prod
alias mnemosyne = ssh phoenix -t "cd prod && /home/polymny/.local/bin/lazydocker" alias mnemosyne = ssh phoenix -t "cd prod && /home/polymny/.local/bin/lazydocker"