feat(console): add direnv

This commit is contained in:
Pavel Korytov 2022-01-17 14:41:18 +03:00
parent 2733147293
commit 5b9d5db173
3 changed files with 10 additions and 0 deletions

View file

@ -67,3 +67,7 @@ function e
eval $EDITOR $argv
end
# Functions:1 ends here
# [[file:../../Console.org::*direnv][direnv:1]]
direnv hook fish | source
# direnv:1 ends here

View file

@ -1,5 +1,6 @@
(specifications->manifest
'(
"direnv"
"glibc-locales"
"git-lfs"
"sshfs"

View file

@ -510,6 +510,10 @@ function e
eval $EDITOR $argv
end
#+end_src
** direnv
#+begin_src fish
direnv hook fish | source
#+end_src
* Nushell
:PROPERTIES:
:header-args+: :tangle ./.config/nu/config.toml :comments link
@ -859,6 +863,7 @@ key_bindings:
| sshfs | Mount stuff over SSH |
| git-lfs | |
| glibc-locales | |
| direnv | |
** ripgrep config
Occasionally I can't exclude certain files from ripgrep via the VCS settings, so here is a simple config to ignore certain files globally.