Skip to content

Commit

Permalink
Ugh zsh on the mind
Browse files Browse the repository at this point in the history
  • Loading branch information
fried committed Apr 30, 2012
1 parent edd5b19 commit a46614d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cshrc
Expand Up @@ -328,7 +328,7 @@ if ($?prompt && $?term) then
endif
#This is the update command
if ("$gettool" != "NONE") then
alias cshrcupdate 'pushd . && cd && mv -f .zshrc .zshrc.old && ${gettool} ${distloc}${distfile} && reload && popd'
alias cshrcupdate 'pushd . && cd && mv -f .cshrc .cshrc.old && ${gettool} ${distloc}${distfile} && reload && popd'
else
alias cshrcupdate 'echo "Disabled, lacking a file fetch utility for your OS"'
endif
Expand Down

0 comments on commit a46614d

Please sign in to comment.