feat(zsh): add some zsh options

This commit is contained in:
Mohammad Rafiq 2025-03-22 01:51:53 +08:00
parent 1312e21291
commit c7985ab7fa
No known key found for this signature in database

View file

@ -3,6 +3,15 @@
enable = true;
enableCompletion = true;
enableVteIntegration = true;
dirHashes = {
repos = "$HOME/GitRepos";
dl = "$HOME/Downloads";
};
initContent = # zsh
''
# Bind CTRL+Backspace to delete whole word
bindkey '^H' backward-kill-word
'';
# TODO: Look into whether we need to add the history attribute
profileExtra = # bash
''