Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Disable Oh My Zsh in favor of Starship
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Jul 9, 2020
1 parent 8102c79 commit 9557239
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ in {
eval "$(zoxide init zsh)"
'';

oh-my-zsh = {
enable = true;
plugins = [
"docker"
"docker-compose"
"dotenv"
"git"
"sudo"
];
theme = "muse";
};
#oh-my-zsh = {
# enable = true;
# plugins = [
# "docker"
# "docker-compose"
# "dotenv"
# "git"
# "sudo"
# ];
# theme = "muse";
#};
};
}

0 comments on commit 9557239

Please sign in to comment.