From 9290d271466cabd26bd1c2e91078edfa67f9321e Mon Sep 17 00:00:00 2001 From: biscuit Date: Tue, 13 May 2025 16:29:07 -0500 Subject: [PATCH] minor change --- modules/terminal.nix | 0 packages/zsh/default.nix | 4 +--- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 modules/terminal.nix 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