changeset 54:556b1cef101f

add alias for cd
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 20 Sep 2014 04:45:54 +0200
parents 71da2af2ecd7
children bc9e88b0be4a
files zshrc-gentoo
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/zshrc-gentoo	Thu Sep 18 02:31:44 2014 +0200
+++ b/zshrc-gentoo	Sat Sep 20 04:45:54 2014 +0200
@@ -13,6 +13,7 @@
 export PATH="${PATH}":/opt/bin
 
 # custom aliases for gentoo
+alias cd..="cd .."
 alias es="ionice -c3 emerge --sync"
 alias wu="emerge -uvDa world"
 alias xm="xmodmap ~/.Xmodmap"