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
# Path to your oh-my-zsh installation. | |
export ZSH=$HOME/.oh-my-zsh | |
# time that oh-my-zsh is loaded. | |
ZSH_THEME="awesomepanda" | |
# aliases for editing .zshrc file | |
alias zconf="nano ~/.zshrc" | |
alias sourcez="source ~/.zshrc" | |
alias ohmyzsh="nano ~/.oh-my-zsh" |
NewerOlder