Compare commits
2 Commits
3d8ba56729
...
5aa6961baf
| Author | SHA1 | Date | |
|---|---|---|---|
| 5aa6961baf | |||
| 00ec53a3a9 |
+302
-301
File diff suppressed because it is too large
Load Diff
@@ -2200,7 +2200,7 @@ Zsh gets installed and configured
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
autocd = 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";
|
dotDir = ".config/zsh";
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -2216,10 +2216,11 @@ Zsh gets installed and configured
|
|||||||
"kubectl"
|
"kubectl"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
autosuggestion.enable = true;
|
autosuggestions.enable = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Starship
|
** Starship
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
autocd = 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";
|
dotDir = ".config/zsh";
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
"kubectl"
|
"kubectl"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
autosuggestion.enable = true;
|
autosuggestions.enable = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user