diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-08-04 13:09:02 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-08-04 13:09:02 -0500 |
| commit | 59bb582382fe0dbb7c10b21e99615511f8fd5254 (patch) | |
| tree | 9d697413093c18497e9ee169f2bb7fb4e7348ac2 /modules/terminal/system | |
| parent | 795e81ac1d240983057d4faa674a1d7b65182c50 (diff) | |
direnv and cached nix shells
Diffstat (limited to 'modules/terminal/system')
| -rw-r--r-- | modules/terminal/system/programs/fish.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/terminal/system/programs/fish.nix b/modules/terminal/system/programs/fish.nix index 418aac3..fe3ff88 100644 --- a/modules/terminal/system/programs/fish.nix +++ b/modules/terminal/system/programs/fish.nix @@ -13,6 +13,7 @@ echo fish (prompt_pwd) end + direnv hook fish | source pay-respects fish --alias | source ''; in @@ -31,6 +32,7 @@ in unzip btop jq + direnv pay-respects ]; }; |
