mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: added aliases
This commit is contained in:
parent
8e9a1d25d3
commit
703afc527c
1 changed files with 6 additions and 5 deletions
|
@ -13,7 +13,12 @@ in {
|
|||
user = {
|
||||
"${user0}" = {
|
||||
name = "Nick";
|
||||
alias = "BRBWaffles";
|
||||
aliases = {
|
||||
name0 = "BRBWaffles";
|
||||
name1 = "brbwaffles";
|
||||
name2 = "Nutrivore";
|
||||
name3 = "nutrivore";
|
||||
};
|
||||
email = {
|
||||
address0 = "nickjhiebert@proton.me";
|
||||
address1 = "thenutrivore@proton.me";
|
||||
|
@ -36,16 +41,12 @@ in {
|
|||
email = {
|
||||
address0 = "staciesimonson@gmail.com";
|
||||
};
|
||||
sshKeys = [
|
||||
];
|
||||
};
|
||||
"${user3}" = {
|
||||
name = "Denise";
|
||||
email = {
|
||||
address0 = "denisehiebert@shaw.ca";
|
||||
};
|
||||
sshKeys = [
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue