Skip to content

Instantly share code, notes, and snippets.

@zero-tuesday
Created September 24, 2020 06:51
Show Gist options
  • Save zero-tuesday/97e6b7c15456505ad296eeabc78cd627 to your computer and use it in GitHub Desktop.
Save zero-tuesday/97e6b7c15456505ad296eeabc78cd627 to your computer and use it in GitHub Desktop.
bash config
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
export EDITOR=vim
export PS1="\[$(tput bold)\]🔮 \[$(tput setaf 5)\][\[$(tput setaf 2)\]\W\[$(tput setaf 5)\]]\[$(tput setaf 4)\]: \[$(tput sgr0)\]"
export SHELL_SESSION_HISTORY=0
export HOMEBREW_INSTALL_CLEANUP=1
export BASH_SILENCE_DEPRECATION_WARNING=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment