fix menu selection description for bash aliases related to parentdir cd commands
This commit is contained in:
parent
13cfefb8db
commit
961d1b79d3
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ options+=("ll" "ls --color=auto -la --time-style long-iso" on)
|
||||||
options+=("ll(2)" "ls --color=auto -la" off)
|
options+=("ll(2)" "ls --color=auto -la" off)
|
||||||
options+=("cd.." "cd .." on)
|
options+=("cd.." "cd .." on)
|
||||||
options+=(".." "cd .." on)
|
options+=(".." "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+=("ff" "find / -name" on)
|
||||||
options+=("f" "find . -name" on)
|
options+=("f" "find . -name" on)
|
||||||
|
|
Loading…
Reference in a new issue