mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(console): add direnv
This commit is contained in:
parent
2733147293
commit
5b9d5db173
3 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
(specifications->manifest
|
||||
'(
|
||||
"direnv"
|
||||
"glibc-locales"
|
||||
"git-lfs"
|
||||
"sshfs"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue