diff options
Diffstat (limited to 'dbdb')
| -rwxr-xr-x | dbdb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
