Zsh: Difference between revisions
Port changes from nixos.wiki |
ohMyZsh no longer works, after quite some digging I discovered this issue: https://github.com/NixOS/nixos-search/issues/826 which fixed the problem for me via "oh-my-zsh" |
||
Line 63: | Line 63: | ||
# With Oh-My-Zsh: | # With Oh-My-Zsh: | ||
oh-my-zsh = { | |||
enable = true; | enable = true; | ||
plugins = ["git" "thefuck"]; | plugins = ["git" "thefuck"]; |