Skip to content

Instantly share code, notes, and snippets.

@mmacfadden
Created September 17, 2021 19:48
Show Gist options
  • Save mmacfadden/8e6cca3ad685357937d8d26d7d0ae739 to your computer and use it in GitHub Desktop.
Save mmacfadden/8e6cca3ad685357937d8d26d7d0ae739 to your computer and use it in GitHub Desktop.
export TERM=xterm-color
export PS1="$(tput setaf 6)%n$(tput sgr0)@$(tput setaf 3)mbp $(tput setaf 1)%1~$(tput sgr0)$ $(tput sgr0)"
export EDITOR=/usr/bin/vim
export BLOCKSIZE=1k
#source "`brew --prefix`/etc/grc.bashrc"
export PROMPT_DIRTRIM=1
alias ls='ls -lGFh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment