chore(zsh): implement upstreamn changes in configuration

This commit is contained in:
Yorick Barbanneau 2025-05-19 20:56:25 +02:00
parent 4728addcb0
commit 9154cf5b43
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ in
poppler_utils # Preview PDF file
];
programs.zsh = {
initExtra = ''
initContent = ''
cdv() {
cd "$(vifm --choose-dir - "$@")"
}

View file

@ -60,7 +60,7 @@ in
"\\n" = "fg=#7cafc2";
};
};
initExtra = ''
initContent = ''
# Ctrl + backspace: delete word
bindkey -v "^H" backward-kill-word