Update up command

This commit is contained in:
Shadowfacts 2016-12-11 14:42:30 -05:00
parent a962999ab6
commit 888d03701d
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -53,7 +53,7 @@ up() {
str=$str"../"
let count=count+1
done
cd $str
cd $str"$2"
}
# default file openings