diff options
| author | seth <[email protected]> | 2023-03-13 00:43:15 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-13 00:43:15 -0400 |
| commit | 07fff2677f2c63f6382a80fa56da88b6d342db98 (patch) | |
| tree | 79134c382f302120dd0a07cb143d662aa60d3ec1 /users/seth | |
| parent | 70530f45e0c6cfdea9303f1a44dfa29f26b4f5bd (diff) | |
direnv is already enabled by default :/
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 |
