summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2013-10-12 17:33:11 +0100
committerAlan Pearce2013-10-12 17:33:11 +0100
commit935f48e57f591495e345b976933c32dd83bfed6d (patch)
tree9d04cb68aceddcbb4d4c624f6ae7de48c375860b /zsh
parent9200045481dd98c9fd3fba601c53cd9040035266 (diff)
downloaddotfiles-935f48e57f591495e345b976933c32dd83bfed6d.tar.lz
dotfiles-935f48e57f591495e345b976933c32dd83bfed6d.tar.zst
dotfiles-935f48e57f591495e345b976933c32dd83bfed6d.zip
zsh: Disable globbing for the salt command
Diffstat (limited to 'zsh')
-rwxr-xr-xzsh/zshrc1
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 "