parent
42573d0e1f
commit
c55b4e78ff
@ -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+='/..'
|
||||
|
Reference in New Issue
Block a user