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 = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
enableFishIntegration = false;
|
||||
settings = {
|
||||
style = "compact";
|
||||
inline_height = 20;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue