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