Disable VI mode for Fish
This commit is contained in:
parent
115aa92ddd
commit
f30f235f19
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@
|
||||||
];
|
];
|
||||||
shellInit =
|
shellInit =
|
||||||
''
|
''
|
||||||
fish_vi_key_bindings
|
# fish_vi_key_bindings
|
||||||
|
fish_default_key_bindings
|
||||||
''
|
''
|
||||||
+ lib.optionalString (builtins.hasAttr "cachix-personal-token" age.secrets) ''
|
+ lib.optionalString (builtins.hasAttr "cachix-personal-token" age.secrets) ''
|
||||||
export CACHIX_AUTH_TOKEN=$(cat ${age.secrets.cachix-personal-token.path})
|
export CACHIX_AUTH_TOKEN=$(cat ${age.secrets.cachix-personal-token.path})
|
||||||
|
|
Loading…
Add table
Reference in a new issue