Merge branch 'parentdir_level_fix' of https://github.com/TheLinuxNinja/archdi-pkg into TheLinuxNinja-parentdir_level_fix
This commit is contained in:
commit
1d0faf80c2
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+=("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)
|
||||
|
|
Loading…
Reference in a new issue