Skip to content

Instantly share code, notes, and snippets.

@cssence
Last active September 12, 2019 07:04
Show Gist options
  • Save cssence/991a2caac7d0fdaa7434 to your computer and use it in GitHub Desktop.
Save cssence/991a2caac7d0fdaa7434 to your computer and use it in GitHub Desktop.
#export CLICOLOR=1
#export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
export PS1="\u@\H:\w \$ "
export TIME_STYLE=long-iso
alias l='ls -CF'
alias la='ls -A'
alias ll='ls -alF'
alias ls='ls -G'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment