rewritten home/dev/zsh.nix
This commit is contained in:
@@ -2200,7 +2200,7 @@ Zsh gets installed and configured
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
autocd = true;
|
||||
# Optional but recommended: keep zsh config in one dir (relative to $HOME)
|
||||
# Recommended: keep zsh config in one dir (relative to $HOME)
|
||||
dotDir = ".config/zsh";
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
@@ -2216,10 +2216,11 @@ Zsh gets installed and configured
|
||||
"kubectl"
|
||||
];
|
||||
};
|
||||
autosuggestion.enable = true;
|
||||
autosuggestions.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
#+end_src
|
||||
|
||||
** Starship
|
||||
|
||||
Reference in New Issue
Block a user