Move yazi alias to yazi config file
This commit is contained in:
parent
7bd942e753
commit
a9f322d48c
@ -42,9 +42,6 @@ in
|
||||
size = 12;
|
||||
};
|
||||
};
|
||||
home.shellAliases = {
|
||||
y = "ya"; # Yazi shell wrapper (cd on quit)
|
||||
};
|
||||
|
||||
systemd.user.sessionVariables.TERMINAL = "kitty";
|
||||
};
|
||||
|
@ -43,6 +43,11 @@ in
|
||||
ffmpegthumbnailer
|
||||
xclip
|
||||
];
|
||||
|
||||
home.shellAliases = {
|
||||
y = "ya"; # Yazi shell wrapper (cd on quit)
|
||||
};
|
||||
|
||||
programs.yazi.enable = true;
|
||||
programs.yazi.enableFishIntegration = true;
|
||||
programs.yazi.settings.manager = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user