Jump to content

Zsh: Difference between revisions

2 bytes added ,  23 December 2022
fix oh-my-zsh option name.
imported>Yeshey
m (The option oh-my-zsh has been changed to ohMyZsh)
imported>Mic92
(fix oh-my-zsh option name.)
Line 46: Line 46:
programs.zsh = {
programs.zsh = {
   ... # Your zsh config
   ... # Your zsh config
   ohMyZsh = {
   oh-my-zsh = {
     enable = true;
     enable = true;
     plugins = [ "git" "thefuck" ];
     plugins = [ "git" "thefuck" ];
Anonymous user