Improved zsh and migrate ssh
This commit is contained in:
@@ -10,10 +10,13 @@ in
|
||||
|
||||
config.programs.zsh = lib.mkIf cfg.enable {
|
||||
enable = true;
|
||||
# ohMyZsh.enable = true;
|
||||
# ohMyZsh.theme = "robbyrussell";
|
||||
# ohMyZsh.plugins = [
|
||||
# "git"
|
||||
# ];
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
oh-my-zsh.enable = true;
|
||||
oh-my-zsh.theme = "robbyrussell";
|
||||
oh-my-zsh.plugins = [
|
||||
"git"
|
||||
"npm"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user