europa: new alias for updating go deps

This commit is contained in:
Aaron Bieber 2022-12-25 06:06:55 -07:00
parent ac1d2cbee7
commit bdb72f17ae
No known key found for this signature in database

View File

@ -105,8 +105,9 @@ in {
'';
shellAliases = {
"gh" = "op plugin run -- gh";
"neomutt" = "neomutt -F /etc/neomuttrc";
"godeps" = "go list -m -f '{{if not (or .Indirect .Main)}}{{.Path}}{{end}}' all";
"mutt" = "neomutt -F /etc/neomuttrc";
"neomutt" = "neomutt -F /etc/neomuttrc";
};
};
};