Skip to content

Instantly share code, notes, and snippets.

@ntamvl
Created March 7, 2018 07:17
Show Gist options
  • Save ntamvl/00faab4b18056aae95c95b6f1561ad11 to your computer and use it in GitHub Desktop.
Save ntamvl/00faab4b18056aae95c95b6f1561ad11 to your computer and use it in GitHub Desktop.
Bash color

Bash color

export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ls='ls -GFh'
alias ll='ls -al'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment