thaylen-city: Some zsh config

This commit is contained in:
Charlotte Van Petegem 2024-07-17 14:31:29 +02:00
parent 9299ba89c3
commit dfe2459618

View file

@ -107,7 +107,14 @@
];
theme = "robbyrussell";
};
sessionVariables = { DEFAULT_USER = "charlotte.vanpetegem"; };
sessionVariables = {
DEFAULT_USER = "charlotte.vanpetegem";
# Until I get emacs set up on this machine
EDITOR = "vim";
};
shellAliases = {
gupd = "gfa && gprom";
};
syntaxHighlighting.enable = true;
};
git = {