From a890e063708c50b413057dbff69f771f3b1c4381 Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Thu, 4 Apr 2013 00:20:56 -0400 Subject: [PATCH] Added alias for opening pdfs --- profile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/profile b/profile index d5ba977..8b55b77 100644 --- a/profile +++ b/profile @@ -34,6 +34,7 @@ if [[ "$unamestr" == 'Linux' ]]; then alias ls="ls --color=auto" elif [[ "$unamestr" == 'Darwin' ]]; then alias ls="ls -G" + alias pdf="open -a Preview" fi # default editor @@ -81,6 +82,6 @@ alias doit='sudo $(history -p !-1)' alias .='echo $PWD' alias ..='cd ..' alias ~='cd ~' -alias d="pushd" -alias u="popd" +alias f="pushd" +alias b="popd"