summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2014-10-27 16:34:27 +0000
committerUrbain Vaes <urbain@vaes.uk>2014-10-27 16:34:27 +0000
commit15eb81d8e0356caa45cd75ef4c3a62d096fa4e8f (patch)
treefcc13760c018e5627c8676beb31f5fd99d95c366 /.zshrc
parent661a10de87d1ddf27fd1582b96e0193abc3f72c3 (diff)
First commit on utopic unicorn
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc13
1 files changed, 7 insertions, 6 deletions
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'