Created
May 30, 2016 17:00
-
-
Save Swoorup/2f04aa783b8251836575f43340c0fe11 to your computer and use it in GitHub Desktop.
My zsh config
This file contains 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
alias tree='tree -C' | |
export EDITOR=vim | |
export PAGER="less" | |
export LESS="-R" | |
eval $( dircolors -b $HOME/.dircolors ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment