Zsh: Difference between revisions
m "autosuggestions.enable = true;" should be "autosuggestion.enable = true;" which has not an "s" |
add hint about oh-my-zsh plugins |
||
Line 65: | Line 65: | ||
oh-my-zsh = { | oh-my-zsh = { | ||
enable = true; | enable = true; | ||
plugins = ["git" "thefuck"]; | plugins = [ | ||
"git" # also requires `programs.git.enable = true;` | |||
"thefuck" # also requires `programs.thefuck.enable = true;` | |||
]; | |||
theme = "robbyrussell"; | theme = "robbyrussell"; | ||
}; | }; |