Skip to content

Instantly share code, notes, and snippets.

@JeffreyCA
Created September 4, 2019 05:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeffreyCA/e40c1031cdd85847b38917d0e46c4823 to your computer and use it in GitHub Desktop.
Save JeffreyCA/e40c1031cdd85847b38917d0e46c4823 to your computer and use it in GitHub Desktop.
.bash_profile
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