Merge branch 'parentdir_level_fix' of https://github.com/TheLinuxNinja/archdi-pkg into TheLinuxNinja-parentdir_level_fix

This commit is contained in:
MatMoul 2019-05-18 01:01:37 +02:00
commit 1d0faf80c2

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)