Remove old alias from shell configs

This commit is contained in:
Evie Litherland-Smith 2023-06-17 11:51:11 +01:00
parent 95dbc45d63
commit 977c3861b6

View file

@ -6,9 +6,7 @@
home.homeDirectory = "/Users/tux";
home.stateVersion = "22.11";
home.packages = [pkgs.gcc];
programs.fish.shellAbbrs.update = "home-manager switch";
programs.zsh = {
shellAliases.update = "home-manager switch";
sessionVariables.CC = "${pkgs.gcc}/bin/gcc";
envExtra = ''
eval "$(/opt/homebrew/bin/brew shellenv)"