attempted to sync nvim clipboard with system clipboard, gave up.
corrected eza config due to updated non-boolean value for eza.icons
This commit is contained in:
parent
f61028f258
commit
0eea3fe016
2 changed files with 3 additions and 3 deletions
|
@ -4,6 +4,6 @@
|
|||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
git = true;
|
||||
icons = true;
|
||||
icons = "auto";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue