move ssh out to its own file and add zsh

This commit is contained in:
2025-10-15 22:59:55 -05:00
parent 89b6380859
commit 0450772e62

View File

@@ -13,9 +13,9 @@
enable = true;
dotDir = ".config/zsh";
autocd = true;
enableCompletion = true;
autosuggestion = {
autosuggestion = {
enable = true;
highlight = "fg=#ff00ff,bg=cyan,bold,underline";
};
@@ -57,7 +57,7 @@
path = "$XDG_STATE_HOME/zsh/history";
};
shellAilses = {
shellAliases = {
# --- zsh ---
cfz = "nvim $HOME/.config/zsh/.zshrc";
src = "source $HOME/.config/zsh/.zshrc";