Jump to content

Zsh: Difference between revisions

2 bytes removed ,  18 September 2023
correct oh-my-zsh config name
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
  oh-my-zsh = {
  ohMyZsh = {
     enable = true;
     enable = true;
     plugins = [ "git" "thefuck" ];
     plugins = [ "git" "thefuck" ];
Anonymous user