Jump to content

Zsh: Difference between revisions

no edit summary
imported>Paradx
m (updated link to home-manager documentation)
imported>Anonix
No edit summary
Line 44: Line 44:
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