feat(zsh): add some zsh options
This commit is contained in:
parent
1312e21291
commit
c7985ab7fa
1 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,15 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
enableVteIntegration = 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
|
# TODO: Look into whether we need to add the history attribute
|
||||||
profileExtra = # bash
|
profileExtra = # bash
|
||||||
''
|
''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue