1
0
Fork 0
mirror of synced 2024-06-02 15:21:11 -04:00

Fix parse error with older zsh versions

This commit is contained in:
Laurentiu Nicola 2016-06-22 17:28:46 +03:00
parent 345233741e
commit 929ded97e8

View file

@ -65,7 +65,7 @@ if [[ -n "${key_info[Insert]}" ]]; then
bindkey "${key_info[Insert]}" overwrite-mode
fi
if [[ ${zdouble_dot_expand} ]]; then
if [[ ${zdouble_dot_expand} == "true" ]]; then
double-dot-expand() {
if [[ ${LBUFFER} == *.. ]]; then
LBUFFER+='/..'