4 lines
99 B
Bash
4 lines
99 B
Bash
LFCD="/usr/share/examples/lf/lfcd.sh"
|
|
[[ -f "$LFCD" ]] && source "$LFCD"
|
|
|
|
bindkey -s '^o' 'lfcd\n'
|