Skip to content

Instantly share code, notes, and snippets.

@jph
Created January 31, 2012 22:48
Show Gist options
  • Save jph/1713573 to your computer and use it in GitHub Desktop.
Save jph/1713573 to your computer and use it in GitHub Desktop.
zshrc
ZSH=$HOME/.oh-my-zsh
ZSH_THEME="fishy"
plugins=(git)
source $ZSH/oh-my-zsh.sh
export PATH=usr/local/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
bindkey "^[[A" history-search-backward
bindkey "^[[B" history-search-forward
alias grep='grep --color=auto'
#complete -W "$(echo $(grep '^ssh ' .bash_history | sort -u | sed 's/^ssh //'))" ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment