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 eval $EDITOR $argv
end end
# Functions:1 ends here # 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 (specifications->manifest
'( '(
"direnv"
"glibc-locales" "glibc-locales"
"git-lfs" "git-lfs"
"sshfs" "sshfs"

View file

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