Skip to content

Commit

Permalink
Heroku Client
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao committed Jul 24, 2015
1 parent 2848e98 commit ea737a5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions runcoms/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,19 @@ alias youtube-dl-mp3='youtube-dl -x --audio-format mp3 --audio-quality 320K'
[[ -d "$HOME/bin" ]] && export PATH="$HOME/bin:$PATH"
export PATH="./bin:$PATH"

# Online help
unalias run-help
autoload run-help
HELPDIR=/usr/local/share/zsh/help
# Heroku Client
[[ -d /usr/local/heroku/bin ]] && export PATH="/usr/local/heroku/bin:$PATH"

# FZF - Shell Fuzzy Finder
[[ -f ~/.fzf.zsh ]] && source ~/.fzf.zsh

# iTerm 2 Shell Integration
[[ -f "$HOME/.iterm2_shell_integration.zsh" ]] && source "$HOME/.iterm2_shell_integration.zsh"

# Online help
unalias run-help
autoload run-help
HELPDIR=/usr/local/share/zsh/help

# Load local zshrc
[[ -f "$HOME/.zshrc.local" ]] && source "$HOME/.zshrc.local"

0 comments on commit ea737a5

Please sign in to comment.