Set default zsh shell
This commit is contained in:
parent
89f3d78a9a
commit
04431c8cce
5 changed files with 15 additions and 293 deletions
|
|
@ -28,6 +28,9 @@
|
|||
hostname = "hs.hw.yanlincs.com";
|
||||
user = "yanlin";
|
||||
identityFile = "~/.ssh/keys/nas";
|
||||
setEnv = {
|
||||
TERM = "xterm-256color";
|
||||
};
|
||||
};
|
||||
|
||||
"pi" = {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ in
|
|||
sessionVariables = {
|
||||
COLORTERM = "truecolor";
|
||||
EDITOR = "nvim";
|
||||
TERM = "xterm-256color";
|
||||
};
|
||||
|
||||
shellAliases = {
|
||||
|
|
@ -26,6 +27,7 @@ in
|
|||
hm = "home-manager";
|
||||
hms = "home-manager switch --flake ~/.config/nix#$(whoami)@$(hostname)";
|
||||
hms-offline = "home-manager switch --flake ~/.config/nix#$(whoami)@$(hostname) --option substitute false";
|
||||
nreb = "sudo nixos-rebuild switch --flake ~/.config/nix#$(hostname)";
|
||||
|
||||
} // lib.optionalAttrs pkgs.stdenv.isDarwin {
|
||||
# macOS-specific app aliases
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue