module "fasd": do not fail, if fasd is not installed
This commit is contained in:
parent
5b9ed4f4f6
commit
3ec2a2f127
|
@ -1,4 +1,6 @@
|
|||
if exists fast; then
|
||||
eval "$(fasd --init auto)"
|
||||
bindkey '^X^A' fasd-complete # C-x C-a to do fasd-complete (fils and directories)
|
||||
bindkey '^X^F' fasd-complete-f # C-x C-f to do fasd-complete-f (only files)
|
||||
bindkey '^X^D' fasd-complete-d # C-x C-d to do fasd-complete-d (only directories)
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue