Skip to content

Commit

Permalink
update paths and remove TM stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
paularmstrong committed Sep 14, 2015
1 parent a57e30b commit dced15d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .bash/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ function base64() {
echo "data:image/$EXT;base64,$B64" | pbcopy
}

# TextMate
alias rmateInstall="scp /Applications/TextMate.app/Contents/Frameworks/Preferences.framework/Versions/A/Resources/rmate"
alias matessh="ssh -R 52698:127.0.0.1:52698"

# IP addresses
alias ip="dig +short myip.opendns.com @resolver1.opendns.com"
Expand Down
3 changes: 3 additions & 0 deletions .bash/paths.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export PATH=/usr/local/share/npm/bin/:/usr/local/bin/:/usr/local/sbin/:/usr/bin/:/usr/local/lib/:$PATH
export CDPATH=.:~:~/Development
export NODE_PATH=$(npm -g root 2>/dev/null)
4 changes: 0 additions & 4 deletions .bash_profile
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
export PATH=/usr/local/share/npm/bin/:/usr/local/bin/:/usr/local/sbin/:/usr/bin/:/usr/local/lib/:$PATH

export NODE_PATH=$(npm -g root 2>/dev/null)

if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi

0 comments on commit dced15d

Please sign in to comment.