Skip to content

Commit

Permalink
yazi: permissions_{t,r,w,x,s} -> perm_{type,read,write,exec,sep}
Browse files Browse the repository at this point in the history
One of the breaking changes for 0.4.0 migration from [1].

[1] https://www.github.com/sxyazi/yazi/pull/1953
  • Loading branch information
xokdvium committed Jan 2, 2025
1 parent ec07ec6 commit 85af3dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/yazi/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
progress_label = mkBoth base05 base00;
progress_normal = mkBoth base05 base00;
progress_error = mkBoth red base00;
permissions_t = mkFg blue;
permissions_r = mkFg yellow;
permissions_w = mkFg red;
permissions_x = mkFg green;
permissions_s = mkFg cyan;
perm_type = mkFg blue;
perm_read = mkFg yellow;
perm_write = mkFg red;
perm_exec = mkFg green;
perm_sep = mkFg cyan;
};

pick = {
Expand Down

0 comments on commit 85af3dd

Please sign in to comment.