Skip to content

Instantly share code, notes, and snippets.

@martinhynar
Last active August 29, 2015 13:57
Show Gist options
  • Save martinhynar/9461385 to your computer and use it in GitHub Desktop.
Save martinhynar/9461385 to your computer and use it in GitHub Desktop.
ZSH=$HOME/.oh-my-zsh
ZSH_THEME="fishy"
DISABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
plugins=(jira git-fast history-substring-search completion history emacs oh-my-settings oh-my-company)
source $ZSH/oh-my-zsh.sh
_prompt() {
c1=$white
c2=$bwhite
c3=$grey
PROMPT="${c1}$c1($c2%n$c1@$c2%m$c1)$c1($c2%~$c1)%#$normal "
RPROMPT=""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment