Skip to content

Commit

Permalink
[sorin-ionescu#149] Remove unnecessary if statements
Browse files Browse the repository at this point in the history
  • Loading branch information
RIT80 authored and RIT80 committed Jun 11, 2012
1 parent 06d2c80 commit afbccbf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/utility/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ else
fi

# Miscellaneous
if (( $+commands[ack] )) alias afind='nocorrect ack'
if (( $+commands[ebuild] )) alias ebuild='nocorrect ebuild'
if (( $+commands[gist] )) alias gist='nocorrect gist'
if (( $+commands[heroku] )) alias heroku='nocorrect heroku'
if (( $+commands[mysql] )) alias mysql='nocorrect mysql'
alias afind='nocorrect ack'
alias ebuild='nocorrect ebuild'
alias gist='nocorrect gist'
alias heroku='nocorrect heroku'
alias mysql='nocorrect mysql'

# Serves a directory via HTTP.
alias http-serve='python -m SimpleHTTPServer'
Expand Down

0 comments on commit afbccbf

Please sign in to comment.