diff options
Diffstat (limited to 'users/seth')
| -rw-r--r-- | users/seth/shell/fish.nix | 1 | ||||
| -rw-r--r-- | users/seth/shell/zsh.nix | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/users/seth/shell/fish.nix b/users/seth/shell/fish.nix index b1de18f..4be0322 100644 --- a/users/seth/shell/fish.nix +++ b/users/seth/shell/fish.nix @@ -24,7 +24,6 @@ source $nixfile end fish_config theme choose "Catppuccin Mocha" - direnv hook fish | source nix-your-shell fish | source ''; plugins = [ diff --git a/users/seth/shell/zsh.nix b/users/seth/shell/zsh.nix index c5296cb..75e67b3 100644 --- a/users/seth/shell/zsh.nix +++ b/users/seth/shell/zsh.nix @@ -29,8 +29,7 @@ promptinit colors - direnv hook zsh | source - nix-your-shell zsh | source + nix-your-shell zsh | source /dev/stdin zmodload zsh/zutil zmodload zsh/complist |
