Skip to content

Instantly share code, notes, and snippets.

@thesabbir
Last active September 21, 2016 13:27
Show Gist options
  • Save thesabbir/04c6429b0beef54944584cad177ee914 to your computer and use it in GitHub Desktop.
Save thesabbir/04c6429b0beef54944584cad177ee914 to your computer and use it in GitHub Desktop.
centos minmal
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME="robbyrussell"
plugins=(git history-substring-search fedora yum)
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$PATH"
source $ZSH/oh-my-zsh.sh
alias zshconfig="vi ~/.zshrc"
alias reload="source ~/.zshrc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment