atuin: disable fish shell history
This commit is contained in:
parent
04fbdf29d4
commit
e17e8d19f3
1 changed files with 5 additions and 0 deletions
|
@ -19,7 +19,12 @@
|
|||
|
||||
history_filter = [
|
||||
"^base64decode"
|
||||
"^instagram-dl"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
programs.fish.shellInit = ''
|
||||
set -x fish_history ""
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue