Fix cd
Added $dir to cd, redirects user back to previous diretory
This commit is contained in:
parent
2a021a5fd7
commit
6b74246ced
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ function quickread() {
|
|||
else
|
||||
clear
|
||||
echo "No such note."
|
||||
cd
|
||||
cd $dir
|
||||
fi
|
||||
cd $dir
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue