add ... cd

This commit is contained in:
lelgenio 2020-10-20 01:44:02 -03:00
parent 7535554906
commit ebe6605a7b
1 changed files with 7 additions and 0 deletions

View File

@ -101,6 +101,13 @@ function etc #{{{
and sudo nvim $file
end
#}}}
# cd ...{{{
for i in (seq 3 10)
set -l dots (string repeat -n $i .)
set -l segs (string repeat -n $i ./.)
alias $dots "cd $segs"
end
#}}}
# }}}
# Keys{{{