diff --git a/modules/terminal.nix b/modules/terminal.nix new file mode 100644 index 0000000..e69de29 diff --git a/packages/zsh/default.nix b/packages/zsh/default.nix index e0bf31e..405c4e4 100644 --- a/packages/zsh/default.nix +++ b/packages/zsh/default.nix @@ -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