move ssh out to its own file and add zsh
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user