Skip to content

Commit

Permalink
Move some aliases to bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanp committed Jan 22, 2016
1 parent 3553e68 commit 994f9cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .bash_profile
@@ -1,7 +1,3 @@
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
alias vlc='/Applications/VLC.app/Contents/MacOS/VLC -I rc'
alias jim=gem

. ~/.bashrc
3 changes: 3 additions & 0 deletions .bashrc
Expand Up @@ -113,3 +113,6 @@ export DAILY_PATH="/users/bryanp/code/wiki/devlog"
alias vim='/Applications/MacVim.app/Contents/MacOS/Vim'

CVSROOT=:pserver:metabahn@192.168.1.14:/usr/local/cvsroot; export CVSROOT

alias vlc='/Applications/VLC.app/Contents/MacOS/VLC -I rc'
alias jim=gem

0 comments on commit 994f9cb

Please sign in to comment.