From 935f48e57f591495e345b976933c32dd83bfed6d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 12 Oct 2013 17:33:11 +0100 Subject: zsh: Disable globbing for the salt command --- zsh/zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh') 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 " -- cgit 1.4.1