removes atuin integration and adds direnv integration
This commit is contained in:
parent
2f6aaa1570
commit
b39c6faf50
2 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
programs.atuin = {
|
programs.atuin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = false;
|
enableBashIntegration = false;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = false;
|
||||||
settings = {
|
settings = {
|
||||||
style = "compact";
|
style = "compact";
|
||||||
inline_height = 20;
|
inline_height = 20;
|
||||||
|
|
|
||||||
|
|
@ -156,6 +156,7 @@
|
||||||
envsource ~/.env
|
envsource ~/.env
|
||||||
|
|
||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
|
direnv hook fish | source
|
||||||
fnm env --use-on-cd --shell fish | source
|
fnm env --use-on-cd --shell fish | source
|
||||||
|
|
||||||
if test -d (brew --prefix)"/share/fish/completions"
|
if test -d (brew --prefix)"/share/fish/completions"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue