Skip to content

Instantly share code, notes, and snippets.

@poemdexter
Last active April 27, 2021 15:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save poemdexter/6d497036c61369bf47f3320b43939ea9 to your computer and use it in GitHub Desktop.
Save poemdexter/6d497036c61369bf47f3320b43939ea9 to your computer and use it in GitHub Desktop.
bash profile for osx
# aliases
alias ll='ls -al'
alias g='./gradlew'
alias check8080='lsof -i -n -P | grep TCP | grep 8080'
# lol osx
export BASH_SILENCE_DEPRECATION_WARNING=1
# colors plz
set TERM xterm-256color; export TERM
# sick terminal with path and git branch info
export PS1='\n|\[\033[92m\] \w\[\033[35m\]$(__git_ps1 " (%s)")\[\033[0m\]\n| => '
export PS2='| => '
# colors plz
export CLICOLOR=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment