shells: silverfin*: empty motd so it doesn't show in rubymine

This commit is contained in:
Charlotte Van Petegem 2024-07-18 10:05:45 +02:00
parent 4fe2d1faab
commit 649f500a1c
3 changed files with 20 additions and 14 deletions

View file

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