aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/.scripts/books.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.scripts/books.sh b/scripts/.scripts/books.sh
index d2f8da4..307ec89 100755
--- a/scripts/.scripts/books.sh
+++ b/scripts/.scripts/books.sh
@@ -14,7 +14,7 @@ choice=$(ls -a "$path" | dmenu -i -l 10)
new_choice=$choice
while [ -d "$path/$new_choice" ]; do
- choice=$(ls -a "$path/$new_choice" | dmenu -l 10)
+ choice=$(ls -a "$path/$new_choice" | dmenu -i -l 10)
new_choice+="/"
new_choice+=$choice #path/books for cs/
done