diff --git a/zsh.nix b/zsh.nix index dd465a2..c733227 100644 --- a/zsh.nix +++ b/zsh.nix @@ -6,13 +6,14 @@ programs.zsh = { enable = true; - autosuggestion.enable = true; + autosuggestion.enable = false; enableCompletion = true; enableVteIntegration = true; initExtra = '' . "$HOME/.cargo/env" export GUIX_PROFILE="/home/nora/.config/guix/current" . "$GUIX_PROFILE/etc/profile" + export PATH="$HOME/.bin:$HOME/.local/bin:$PATH" fortune ''; };