summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorShawn M Moore <sartak@gmail.com>2007-09-09 13:51:46 -0500
committerShawn M Moore <sartak@gmail.com>2007-09-09 13:51:46 -0500
commitcf716a2d9fe3c221c5cd1a44e75546f1edb262fb (patch)
treed8ed3abb0d197e5234ae4f566a474d44e01c6d0c /zshrc
parent95bc8882906a0147d514574d804b5d145a344ea3 (diff)
downloadconf-cf716a2d9fe3c221c5cd1a44e75546f1edb262fb.tar.gz
conf-cf716a2d9fe3c221c5cd1a44e75546f1edb262fb.zip
No more ... etc, they're not as handy as I want them to be
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc10
1 files changed, 4 insertions, 6 deletions
diff --git a/zshrc b/zshrc
index a195b7a..061e381 100644
--- a/zshrc
+++ b/zshrc
@@ -80,7 +80,7 @@ alias rax="ssh sartak.org"
alias home='ssh $HOMEIP'
# }}}
-# shortcuts
+# shortcuts {{{
alias tdA="todo -f children"
alias dwn="darcs whatsnew"
alias emacs="emacs -nw"
@@ -101,16 +101,14 @@ alias i='sudo apt-get install'
alias ci='sudo cpan -i'
alias unrt="ps aux -ww | grep standalone | sudo perl -lane 'system(qq{kill \$F[1]})'"
alias rert="unrt && sudo make start-httpd"
+# }}}
-# global shortcuts
+# global shortcuts {{{
alias -g L='|less'
alias -g G='|egrep'
alias -g H='|head'
alias -g T='|tail'
alias -g W='|wc'
-alias -g '...'='../..'
-alias -g '....'='../../..'
-alias -g '.....'='../../../..'
-alias -g '......'='../../../../..'
+# }}}
fortune.pl