direnv support in fish shell and doom emacs config
This commit is contained in:
@@ -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
|
||||||
|
Submodule emacs/.config/doom-emacs-config updated: 424aeea906...dae83ddfea
@@ -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
|
||||||
|
Reference in New Issue
Block a user