diff options
author | Alan Pearce | 2013-10-12 17:33:11 +0100 |
---|---|---|
committer | Alan Pearce | 2013-10-12 17:33:11 +0100 |
commit | 935f48e57f591495e345b976933c32dd83bfed6d (patch) | |
tree | 9d04cb68aceddcbb4d4c624f6ae7de48c375860b /zsh | |
parent | 9200045481dd98c9fd3fba601c53cd9040035266 (diff) | |
download | dotfiles-935f48e57f591495e345b976933c32dd83bfed6d.tar.lz dotfiles-935f48e57f591495e345b976933c32dd83bfed6d.tar.zst dotfiles-935f48e57f591495e345b976933c32dd83bfed6d.zip |
zsh: Disable globbing for the salt command
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc index c3b4137..9224464 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -301,6 +301,7 @@ alias llr="ll -t" alias gpp='g++' alias lsr="${ls} -tld *(m-2)" # mtime < -2days +alias salt="noglob salt" alias trans="transmission-remote transmission.home" alias bitcoin="bitcoind" alias su="smart_sudo " |