Zsh: Difference between revisions
imported>FMGordillo m Updated `zsh.history` for the current one |
imported>OctylFractal correct oh-my-zsh config name |
||
Line 44: | Line 44: | ||
programs.zsh = { | programs.zsh = { | ||
... # Your zsh config | ... # Your zsh config | ||
ohMyZsh = { | |||
enable = true; | enable = true; | ||
plugins = [ "git" "thefuck" ]; | plugins = [ "git" "thefuck" ]; |