diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-12-11 12:04:25 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-12-11 12:04:25 +0100 |
commit | cf674cf7c1598b8c412e81c454760cbf4f97decd (patch) | |
tree | 976545e42c03211e9f66734aa686df873af64700 /accounts/gkleen@sif/zshrc | |
parent | c7700b540089d72f9fc4bfe46ecf79fa2b3a71ee (diff) | |
download | nixos-cf674cf7c1598b8c412e81c454760cbf4f97decd.tar nixos-cf674cf7c1598b8c412e81c454760cbf4f97decd.tar.gz nixos-cf674cf7c1598b8c412e81c454760cbf4f97decd.tar.bz2 nixos-cf674cf7c1598b8c412e81c454760cbf4f97decd.tar.xz nixos-cf674cf7c1598b8c412e81c454760cbf4f97decd.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/zshrc')
-rw-r--r-- | accounts/gkleen@sif/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc index bda73d76..8b29b2d3 100644 --- a/accounts/gkleen@sif/zshrc +++ b/accounts/gkleen@sif/zshrc | |||
@@ -449,6 +449,7 @@ done < <(find ~/projects ~/uni -regextype posix-extended -maxdepth 2 -type d -re | |||
449 | sort -z -r -k2 | sort -z -s -k3 | uniq -z -f 2) | 449 | sort -z -r -k2 | sort -z -s -k3 | uniq -z -f 2) |
450 | 450 | ||
451 | alias '..'='cd ..' | 451 | alias '..'='cd ..' |
452 | alias rzadm=$'tmpdir -i sh -c \'mkdir adm; sshfs gkleen@mgmt01:/adm adm\'' | ||
452 | alias -g L='| less' | 453 | alias -g L='| less' |
453 | alias -g S='&> /dev/null' | 454 | alias -g S='&> /dev/null' |
454 | alias -g G='| grep' | 455 | alias -g G='| grep' |