From b9cd1e1404109b65380c5d27d3a800aa32af96b6 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 9 Aug 2011 19:18:25 +1000 Subject: [PATCH] Handy dandy notes alias --- .zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshenv b/.zshenv index cf13142..eee3d33 100644 --- a/.zshenv +++ b/.zshenv @@ -280,6 +280,7 @@ alias asdf="xkbcomp -w0 ~/keymaps/xkb/hunner.xkb $DISPLAY" alias auie="xkbcomp -w0 ~/keymaps/xkb/hunner.xkb $DISPLAY" alias aoeu='setxkbmap us' alias bepo='setxkbmap fr bepo "ctrl:swapcaps"' +alias notes='vi ~/Dropbox/Notes/vim*' if [ -f $HOME/.termcap ] ; then TERMCAP=$(< $HOME/.termcap) export TERMCAP