My personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: added suggestions to zsh

+4 -1
+4 -1
zsh/.zshrc
··· 14 14 # Only last two folders show 15 15 PROMPT='%B%F{10}%2~ %f%b%(!.#.>) ' 16 16 17 - # -- Applications 17 + # -- Applications -- 18 18 eval "$(zoxide init zsh)" 19 + 20 + # -- Plugins -- 21 + plugins=(zsh-autosuggestions)