summaryrefslogtreecommitdiff
path: root/dbdb
diff options
context:
space:
mode:
Diffstat (limited to 'dbdb')
-rwxr-xr-xdbdb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbdb b/dbdb
index 238c057..2fb1581 100755
--- a/dbdb
+++ b/dbdb
@@ -14,5 +14,5 @@ while [ ! -z "$chosen" ]; do
DOTFs=$( ls -a1p | grep -P '^\.[^\$/]+$' | awk -vRS="\n" -vORS=" \t" '1')
clear && printf "\e[1;7;33m $(pwd) \e[0m\n$FILEs\n\e[0;38;5;238m$DOTFs\e[0m\n"
chosen=`( ( echo -e "$DIRs$DOTDs" | awk -vRS="\t" -vORS="\n" '1' ) | dmenu -i )`
- cd "$chosen"
+ cd "$chosen"
done