Created
September 17, 2021 19:48
-
-
Save mmacfadden/8e6cca3ad685357937d8d26d7d0ae739 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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