Skip to content

Instantly share code, notes, and snippets.

@pgkt04
Last active August 7, 2021 01:40
Show Gist options
  • Save pgkt04/23541a8411456344c4f19ded5a1c49f2 to your computer and use it in GitHub Desktop.
Save pgkt04/23541a8411456344c4f19ded5a1c49f2 to your computer and use it in GitHub Desktop.
alias ls='ls --color'
export PS1='\u@\h:\[\e[33m\]\w\[\e[0m\]\$ '
#export PS1="TheNameYouWant\[\e[31m\] \[\e[m\]\[\e[31m\]:\[\e[m\]\[\e[31m\]:\[\e[m\] \[\e[32m\]\w\[\e[m\] \[\e[34m\]»\[\e[m\] "
export EDITOR='vim'
export CLICOLOR=1
export LSCOLORS=cxgxfxexbxegedabagacad
LS_COLORS=$LS_COLORS:'ow=1;34:' ; export LS_COLORS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment