Jump to content

Zsh: Difference between revisions

2 bytes removed ,  12 May 2023
fixed: oh-my-zsh to ohMyZsh due to option `programs.zsh.oh-my-zsh.enable' has been renamed to `programs.zsh.ohMyZsh.enable'.
imported>Mic92
(fix oh-my-zsh option name.)
imported>Honky
(fixed: oh-my-zsh to ohMyZsh due to option `programs.zsh.oh-my-zsh.enable' has been renamed to `programs.zsh.ohMyZsh.enable'.)
Line 46: Line 46:
programs.zsh = {
programs.zsh = {
   ... # Your zsh config
   ... # Your zsh config
   oh-my-zsh = {
   ohMyZsh = {
     enable = true;
     enable = true;
     plugins = [ "git" "thefuck" ];
     plugins = [ "git" "thefuck" ];
Anonymous user