Jump to content

Zsh: Difference between revisions

1 byte added ,  14 May 2023
pretty sure it's actually this option, the older spelling didn't work for me, but this spelling works fine and appears to be what it is
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'.)
imported>Toast
(pretty sure it's actually this option, the older spelling didn't work for me, but this spelling works fine and appears to be what it is)
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