diff --git a/nixos/fish.nix b/nixos/fish.nix index 4606a03..a4ccf8b 100644 --- a/nixos/fish.nix +++ b/nixos/fish.nix @@ -64,6 +64,8 @@ # Set default editor set -gx EDITOR nvim set -gx VISUAL nvim + + zoxide init fish | source ''; };