minor change

This commit is contained in:
biscuit
2025-05-13 16:29:07 -05:00
parent b93b0a6dd5
commit 9290d27146
2 changed files with 1 additions and 3 deletions
View File
+1 -3
View File
@@ -48,11 +48,9 @@
enable = true;
theme = "robbyrussell";
extraConfig = ''
# Required for autocomplete with box: https://unix.stackexchange.com/a/778868
zstyle ':completion:*' completer _expand _complete _ignored _approximate _expand_alias
zstyle ':autocomplete:*' default-context curcontext
zstyle ':autocomplete:*' min-input 0
# zstyle ':autocomplete:*' automatic no
setopt HIST_FIND_NO_DUPS
@@ -65,7 +63,7 @@
};
initContent = ''
# 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
bindkey -M menuselect '^M' .accept-line # run code when selected completion