move ssh out to its own file and add zsh
This commit is contained in:
@@ -13,9 +13,9 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
autocd = true;
|
autocd = true;
|
||||||
|
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
autosuggestion = {
|
|
||||||
|
autosuggestion = {
|
||||||
enable = true;
|
enable = true;
|
||||||
highlight = "fg=#ff00ff,bg=cyan,bold,underline";
|
highlight = "fg=#ff00ff,bg=cyan,bold,underline";
|
||||||
};
|
};
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
path = "$XDG_STATE_HOME/zsh/history";
|
path = "$XDG_STATE_HOME/zsh/history";
|
||||||
};
|
};
|
||||||
|
|
||||||
shellAilses = {
|
shellAliases = {
|
||||||
# --- zsh ---
|
# --- zsh ---
|
||||||
cfz = "nvim $HOME/.config/zsh/.zshrc";
|
cfz = "nvim $HOME/.config/zsh/.zshrc";
|
||||||
src = "source $HOME/.config/zsh/.zshrc";
|
src = "source $HOME/.config/zsh/.zshrc";
|
||||||
|
|||||||
Reference in New Issue
Block a user