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
|
else
|
||||||
clear
|
clear
|
||||||
echo "No such note."
|
echo "No such note."
|
||||||
cd
|
cd $dir
|
||||||
fi
|
fi
|
||||||
cd $dir
|
cd $dir
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue