Compare commits

..

2 Commits

Author SHA1 Message Date
Sam W 55c41e4f3f codium: Trim trailing ws 2022-11-14 11:31:15 +00:00
Sam W d484d8677a zsh: Add direnv allow alias 2022-11-14 11:31:01 +00:00
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ in {
ip = "ip --color=auto"; ip = "ip --color=auto";
hmswitch = ''home-manager switch --flake ".#$(hostname -s)"''; hmswitch = ''home-manager switch --flake ".#$(hostname -s)"'';
nrswitch = "nixos-rebuild --use-remote-sudo switch --flake '.#'"; nrswitch = "nixos-rebuild --use-remote-sudo switch --flake '.#'";
da = "direnv allow .";
}; };
# Extra .zshrc stuff # Extra .zshrc stuff
initExtra = '' initExtra = ''

View File

@ -10,6 +10,7 @@
userSettings = { userSettings = {
"update.mode" = "none"; "update.mode" = "none";
"workbench.colorTheme" = "Gruvbox Dark Hard"; "workbench.colorTheme" = "Gruvbox Dark Hard";
"files.trimTrailingWhitespace" = true;
}; };
}; };
} }