system: update

This commit is contained in:
2025-06-08 02:46:53 +03:00
parent 4570dfb4b4
commit b96b2986f0
5 changed files with 124 additions and 143 deletions

View File

@ -18,7 +18,7 @@ in {
shellWrapperName = "y";
settings = {
manager = {
mgr = {
show_hidden = true;
};
preview = {
@ -40,7 +40,7 @@ in {
'';
keymap = {
manager.prepend_keymap = [
mgr.prepend_keymap = [
{
on = "T";
run = "plugin --sync max-preview";

View File

@ -73,7 +73,7 @@
lg = "lazygit";
};
initExtra = ''
initContent = ''
eval "$(zoxide init zsh)"
eval "$(nh completions zsh)"
source "$(fzf-share)/key-bindings.zsh"