mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Merge 4296c9a383 into 904d0ccef9
This commit is contained in:
commit
cad391e6f5
1 changed files with 5 additions and 1 deletions
|
|
@ -23,7 +23,11 @@ else
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
zstyle ':completion:*' list-colors ''
|
if [ "x$LS_COLORS" = "x" ]; then
|
||||||
|
zstyle ':completion:*' list-colors ''
|
||||||
|
else
|
||||||
|
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
|
||||||
|
fi
|
||||||
|
|
||||||
# should this be in keybindings?
|
# should this be in keybindings?
|
||||||
bindkey -M menuselect '^o' accept-and-infer-next-history
|
bindkey -M menuselect '^o' accept-and-infer-next-history
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue