direnv support in fish shell and doom emacs config
This commit is contained in:
parent
fd66be6508
commit
cff8fda102
@ -4748,6 +4748,12 @@ and not set -q TMUX
|
||||
end
|
||||
#+END_SRC
|
||||
|
||||
**** Direnv
|
||||
|
||||
#+BEGIN_SRC fish :tangle fish/.config/fish/config.fish
|
||||
direnv hook fish | source
|
||||
#+END_SRC
|
||||
|
||||
** Terminal
|
||||
|
||||
*** Kitty
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 424aeea90631f9da86775176d857907bdde42088
|
||||
Subproject commit dae83ddfea2d8e3e4481c40de88a72eebbc68e3d
|
@ -52,3 +52,5 @@ if status is-interactive
|
||||
and not set -q TMUX
|
||||
tmux new-session
|
||||
end
|
||||
|
||||
direnv hook fish | source
|
||||
|
Loading…
x
Reference in New Issue
Block a user