Skip to content

Instantly share code, notes, and snippets.

View zianwar's full-sized avatar

Anwar zianwar

View GitHub Profile
@zianwar
zianwar / .zshrc
Created September 14, 2014 13:45
.zhsrc
# 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"