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
|
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
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
(specifications->manifest
|
(specifications->manifest
|
||||||
'(
|
'(
|
||||||
|
"direnv"
|
||||||
"glibc-locales"
|
"glibc-locales"
|
||||||
"git-lfs"
|
"git-lfs"
|
||||||
"sshfs"
|
"sshfs"
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue