Created
September 4, 2019 05:27
-
-
Save JeffreyCA/e40c1031cdd85847b38917d0e46c4823 to your computer and use it in GitHub Desktop.
.bash_profile
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 PS1='\[\033[01;33m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' | |
export EDITOR=nano | |
export LSCOLORS=ExFxBxDxCxegedabagacad | |
alias ls='ls -G' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment