From 994f9cb2f0df8af5a710d6cceeaed2fcc1110586 Mon Sep 17 00:00:00 2001 From: Bryan Powell Date: Fri, 22 Jan 2016 17:15:31 -0600 Subject: [PATCH] Move some aliases to bashrc --- .bash_profile | 4 ---- .bashrc | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.bash_profile b/.bash_profile index 8d41345..b76e61b 100644 --- a/.bash_profile +++ b/.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 diff --git a/.bashrc b/.bashrc index 8738295..696b108 100644 --- a/.bashrc +++ b/.bashrc @@ -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