|
|
|
|
|
by zemnl
840 days ago
|
|
I used OhMyZsh! for a long time and really liked it, but now I moved to Starship [1]. However I noticed I still missed some of the "steroids" that OhMyZsh brought so I keep it installed in my system and I only source the plugins I need in the .zshrc: source /usr/share/oh-my-zsh/lib/completion.zsh
source /usr/share/oh-my-zsh/lib/directories.zsh
source /usr/share/oh-my-zsh/lib/history.zsh
source /usr/share/oh-my-zsh/lib/spectrum.zsh
source /usr/share/oh-my-zsh/lib/key-bindings.zsh
[1]: https://starship.rs/ |
|