Last active
September 21, 2016 13:27
-
-
Save thesabbir/04c6429b0beef54944584cad177ee914 to your computer and use it in GitHub Desktop.
centos minmal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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