Skip to content

Instantly share code, notes, and snippets.

@joeyjiron06
Last active October 30, 2021 07:12
Show Gist options
  • Save joeyjiron06/e832629ca18e86679f7f to your computer and use it in GitHub Desktop.
Save joeyjiron06/e832629ca18e86679f7f to your computer and use it in GitHub Desktop.
bash profile environment
# P A T H
export PATH=$PATH:.:/usr/local/bin:./node_modules/.bin
# C O L O R
export CLICOLOR=1
# R E M O T E I P s
export BLACK_BIRD=73.222.137.127
# A L I A S
alias sourcebash='source ~/.bash_profile'
alias bashprofile='vi ~/.bash_profile'
alias la='ls -al'
alias ll='ls -l'
alias c='clear'
alias cdd='cd ..'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment