From 888d03701d6b2b61bc46a636a9a536b8d88e62b9 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 11 Dec 2016 14:42:30 -0500 Subject: [PATCH] Update up command --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 5a72355..d6f1800 100644 --- a/.zshrc +++ b/.zshrc @@ -53,7 +53,7 @@ up() { str=$str"../" let count=count+1 done - cd $str + cd $str"$2" } # default file openings