mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +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
|
||||
|
||||
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?
|
||||
bindkey -M menuselect '^o' accept-and-infer-next-history
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue