disables fish integration for fish
This commit is contained in:
parent
559dd3ef2c
commit
82e3a06e76
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
programs.atuin = {
|
programs.atuin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = false;
|
||||||
settings = {
|
settings = {
|
||||||
style = "compact";
|
style = "compact";
|
||||||
inline_height = 20;
|
inline_height = 20;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue