Yazi: wrapper
This commit is contained in:
parent
cee8aace8c
commit
3f83107d0a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,6 @@
|
||||||
pkgs.unar
|
pkgs.unar
|
||||||
pkgs.mpv
|
pkgs.mpv
|
||||||
];
|
];
|
||||||
shellAliases.y = "yazi";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.yazi = {
|
programs.yazi = {
|
||||||
|
|
@ -16,6 +15,7 @@
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
shellWrapperName = "y";
|
||||||
settings = {
|
settings = {
|
||||||
manager = {
|
manager = {
|
||||||
sort_by = "natural";
|
sort_by = "natural";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue