Skip to content

Instantly share code, notes, and snippets.

@kevindees
Last active September 28, 2017 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevindees/315e9e34e6a75cae5cb1475dad100895 to your computer and use it in GitHub Desktop.
Save kevindees/315e9e34e6a75cae5cb1475dad100895 to your computer and use it in GitHub Desktop.
# my commands
alias ll="ls -alh"
# include .bashrc if it exists
if [ -f $HOME/Dropbox/Dev/Profiles/mac_bash ]; then
. $HOME/Dropbox/Dev/Profiles/mac_bash
fi
# include .bashrc if it exists
if [ -f $HOME/Dropbox/Dev/Profiles/common_bash ]; then
. $HOME/Dropbox/Dev/Profiles/common_bash
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment