feat: zoxide

This commit is contained in:
s-prechtl 2025-03-19 17:20:39 +01:00
parent 350b902353
commit 9f6b7f1fc9
2 changed files with 5 additions and 1 deletions

View file

@ -12,8 +12,10 @@
cds = "cd \"$HOME/Nextcloud/Obsidian/FH/2. Semester/\"";
mux = "tmuxinator";
cat = "bat";
cd = "z";
};
initExtra = "fastfetch";
initExtra = "fastfetch\n
eval \"$(zoxide init zsh)\"";
history.size = 10000;
autosuggestion.enable = true;