mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
tests/yazi: manager -> mgr (#7289)
Forgot to update test when we updated examples. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[log]
|
||||
enabled = false
|
||||
|
||||
[manager]
|
||||
[mgr]
|
||||
show_hidden = false
|
||||
sort_by = "mtime"
|
||||
sort_dir_first = true
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
log = {
|
||||
enabled = false;
|
||||
};
|
||||
manager = {
|
||||
mgr = {
|
||||
show_hidden = false;
|
||||
sort_by = "mtime";
|
||||
sort_dir_first = true;
|
||||
|
||||
Reference in New Issue
Block a user