dotfiles/.zshrc.d/005-enhancd-config
Marty Oehme e1a780997a Enable new l using k, create enhancd config
Using l will use k for ls instead, displaying hidden dirs and
colod-coding. See https://github.com/rimraf/k for info.
'..' will switch to parent directory. 'cd ..' will invoke the
normal enhancd .. switcher. Enhancd is configured with
fzy, fzf if it is not found.
2019-02-04 11:01:08 +01:00

1 line
38 B
Plaintext

alias ..="ENHANCD_DISABLE_DOT=1 cd .."