minor change
This commit is contained in:
@@ -48,11 +48,9 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
theme = "robbyrussell";
|
theme = "robbyrussell";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# Required for autocomplete with box: https://unix.stackexchange.com/a/778868
|
|
||||||
zstyle ':completion:*' completer _expand _complete _ignored _approximate _expand_alias
|
zstyle ':completion:*' completer _expand _complete _ignored _approximate _expand_alias
|
||||||
zstyle ':autocomplete:*' default-context curcontext
|
zstyle ':autocomplete:*' default-context curcontext
|
||||||
zstyle ':autocomplete:*' min-input 0
|
zstyle ':autocomplete:*' min-input 0
|
||||||
# zstyle ':autocomplete:*' automatic no
|
|
||||||
|
|
||||||
setopt HIST_FIND_NO_DUPS
|
setopt HIST_FIND_NO_DUPS
|
||||||
|
|
||||||
@@ -65,7 +63,7 @@
|
|||||||
};
|
};
|
||||||
initContent = ''
|
initContent = ''
|
||||||
# Oh-My-Posh initialization for Zsh
|
# Oh-My-Posh initialization for Zsh
|
||||||
eval "$(oh-my-posh init zsh --config /home/biscuit/.config/oh-my-posh/config.omp.json)"
|
eval "$(oh-my-posh init zsh --config ~/.config/oh-my-posh/config.omp.json)"
|
||||||
|
|
||||||
# zsh-autocomplete
|
# zsh-autocomplete
|
||||||
bindkey -M menuselect '^M' .accept-line # run code when selected completion
|
bindkey -M menuselect '^M' .accept-line # run code when selected completion
|
||||||
|
|||||||
Reference in New Issue
Block a user