direnv support in fish shell and doom emacs config

This commit is contained in:
Sravan Balaji 2025-01-04 20:42:45 -05:00
parent fd66be6508
commit cff8fda102
3 changed files with 9 additions and 1 deletions

View File

@ -4748,6 +4748,12 @@ and not set -q TMUX
end end
#+END_SRC #+END_SRC
**** Direnv
#+BEGIN_SRC fish :tangle fish/.config/fish/config.fish
direnv hook fish | source
#+END_SRC
** Terminal ** Terminal
*** Kitty *** Kitty

@ -1 +1 @@
Subproject commit 424aeea90631f9da86775176d857907bdde42088 Subproject commit dae83ddfea2d8e3e4481c40de88a72eebbc68e3d

View File

@ -52,3 +52,5 @@ if status is-interactive
and not set -q TMUX and not set -q TMUX
tmux new-session tmux new-session
end end
direnv hook fish | source