Added $dir to cd, redirects user back to previous diretory
This commit is contained in:
Dimitris Marakomihelakis 2021-01-19 12:11:58 +02:00 committed by GitHub
parent 2a021a5fd7
commit 6b74246ced
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
} }