From 15eb81d8e0356caa45cd75ef4c3a62d096fa4e8f Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 27 Oct 2014 16:34:27 +0000 Subject: First commit on utopic unicorn --- .zshrc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 7ac52e8..4a39c61 100644 --- a/.zshrc +++ b/.zshrc @@ -81,11 +81,12 @@ alias -s pdf=zathura alias tmux="TERM=screen-256color-bce tmux" alias g='git' alias v=$EDITOR -alias u='cd ~/phd' -alias up='cd ~/phd/programs' -alias ul='cd ~/phd/literature' -alias ur='cd ~/phd/reports' -alias mutt='fetchmail -s & mutt' +alias u='cd ~/Dropbox/phd' +alias up='cd ~/Dropbox/phd/programs' +alias ul='cd ~/Dropbox/phd/literature' +alias ur='cd ~/Dropbox/phd/reports' +alias m='mutt' +alias f='fetchmail' # Fix smart search history bindkey "^[[A" history-beginning-search-backward @@ -103,5 +104,5 @@ fi # setxkbmap -option ctrl:swapcaps xmodmap ~/.xmodmap -~/xcape/xcape -e 'Shift_L=Escape' +# ~/xcape/xcape -e 'Shift_L=Escape' # ~/xcape/xcape -e 'Shift_R=Tab' -- cgit v1.2.3