pull/252/merge
Daniel Mitterdorfer 2017-06-07 18:10:56 +00:00 committed by GitHub
commit 20264fbb40
1 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,11 @@ alias cls='clear'
alias edit="$EDITOR"
alias pager="$PAGER"
#Avoid clashes with TextWrangler's command line tools on OS X
if [ -s /usr/local/bin/edit ] ; then
unalias edit
fi
alias q='exit'
alias irc="$IRC_CLIENT"