diff options
author | Alan Pearce | 2014-07-01 21:15:42 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-01 21:15:42 +0100 |
commit | 14bae0b43c4c1c9ba34e360c291a6a3f1a103096 (patch) | |
tree | 8fe31d24b3947243af1f17a4dc47a6d113f109d5 /tag-zsh/config | |
parent | 2829eaf03303d970e01560ffe05e21ea233cb2e1 (diff) | |
download | nixfiles-14bae0b43c4c1c9ba34e360c291a6a3f1a103096.tar.lz nixfiles-14bae0b43c4c1c9ba34e360c291a6a3f1a103096.tar.zst nixfiles-14bae0b43c4c1c9ba34e360c291a6a3f1a103096.zip |
zsh: Remove noglob salt alias
Diffstat (limited to 'tag-zsh/config')
-rwxr-xr-x | tag-zsh/config/zsh/zshrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 37e20f8e..350327c9 100755 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -258,7 +258,6 @@ alias llr="ll -t" alias gpp='g++' alias lsr="${ls} -tld *(m-2)" # mtime < -2days -alias salt="noglob salt" alias pping="prettyping.sh" alias trans="transmission-remote transmission.home" alias bitcoin="bitcoind" |