fix menu selection description for bash aliases related to parentdir cd commands

This commit is contained in:
Bryan L. Gay 2019-05-15 23:30:01 -04:00
parent 13cfefb8db
commit 961d1b79d3

View file

@ -11,8 +11,8 @@ options+=("ll" "ls --color=auto -la --time-style long-iso" on)
options+=("ll(2)" "ls --color=auto -la" off)
options+=("cd.." "cd .." on)
options+=(".." "cd .." on)
options+=("..." "cd ../../../" on)
options+=("...." "cd ../../../../" on)
options+=("..." "cd ../../" on)
options+=("...." "cd ../../../" on)
options+=("....." "cd ../../../../" on)
options+=("ff" "find / -name" on)
options+=("f" "find . -name" on)