module(fish): Prefer to use abbr instead of alias

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent d31c5711a3
commit fa915b96f7
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -14,6 +14,7 @@ in {
programs = {
fish = {
enable = true;
preferAbbrs = true;
interactiveShellInit = ''
fish_vi_key_bindings
'';