diff --git a/bashrc.d/aliases.bash b/bashrc.d/aliases.bash index ebc2af5..1ba3825 100644 --- a/bashrc.d/aliases.bash +++ b/bashrc.d/aliases.bash @@ -39,8 +39,6 @@ if [ "$TERM" == "xterm-256color" ] ; then alias rm="rm -i" fi alias log='git log --color --graph --pretty=format:'\''%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'\'' --abbrev-commit' -alias coot="cd ~/src/cooter_umbrella/" -alias shelf="cd ~/src/mymovieshelf/" if [ -x /usr/bin/fdfind ] ; then alias fd=fdfind diff --git a/bashrc.d/local/Pauls-new-MacBook-Pro.local.bash b/bashrc.d/local/Pauls-new-MacBook-Pro.local.bash new file mode 100644 index 0000000..e9e4a07 --- /dev/null +++ b/bashrc.d/local/Pauls-new-MacBook-Pro.local.bash @@ -0,0 +1,3 @@ +export PATH=~/.npm-global/bin:$PATH +alias coot="cd ~/Documents/Programming/cooter" +alias shelf="cd ~/Documents/Programming/servicesmart"