add fish config for interactive mode

This commit is contained in:
ulic-youthlic 2025-01-17 13:08:42 +08:00
parent 079de5334b
commit 5b0e9f96d1
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -62,6 +62,9 @@ in
programs = {
fish = {
enable = true;
interactiveShellInit = ''
fish_vi_key_bindings
'';
functions = {
__fish_command_not_found_handler = {
body = "__fish_default_command_not_found_handler $argv[1]";