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 CLICOLOR=1 | |
| export LANG="en_US.UTF-8" | |
| alias ls="ls --color=auto" | |
| alias ll="ls -alh" | |
| export PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ " | |
| export EDITOR="vim" | |
| export SVN_EDITOR="vim" |