feat: mux-sessionizer
This commit is contained in:
parent
9f6b7f1fc9
commit
94c9973c24
3 changed files with 20 additions and 7 deletions
|
|
@ -14,10 +14,17 @@
|
|||
cat = "bat";
|
||||
cd = "z";
|
||||
};
|
||||
initExtra = "fastfetch\n
|
||||
eval \"$(zoxide init zsh)\"";
|
||||
initExtra = ''
|
||||
bindkey -s ^f "mux-sessionizer\n"
|
||||
|
||||
history.size = 10000;
|
||||
fastfetch
|
||||
eval "$(zoxide init zsh)"
|
||||
'';
|
||||
|
||||
history = {
|
||||
size = 10000;
|
||||
append = true;
|
||||
};
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue