add fish config for interactive mode
This commit is contained in:
parent
7fb3361906
commit
defafa3c86
1 changed files with 3 additions and 0 deletions
|
|
@ -62,6 +62,9 @@ in
|
||||||
programs = {
|
programs = {
|
||||||
fish = {
|
fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
interactiveShellInit = ''
|
||||||
|
fish_vi_key_bindings
|
||||||
|
'';
|
||||||
functions = {
|
functions = {
|
||||||
__fish_command_not_found_handler = {
|
__fish_command_not_found_handler = {
|
||||||
body = "__fish_default_command_not_found_handler $argv[1]";
|
body = "__fish_default_command_not_found_handler $argv[1]";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue