add fish config for interactive mode

This commit is contained in:
ulic-youthlic 2025-01-17 13:08:42 +08:00
parent 7fb3361906
commit defafa3c86
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]";