mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -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 = {
|
user = {
|
||||||
"${user0}" = {
|
"${user0}" = {
|
||||||
name = "Nick";
|
name = "Nick";
|
||||||
alias = "BRBWaffles";
|
aliases = {
|
||||||
|
name0 = "BRBWaffles";
|
||||||
|
name1 = "brbwaffles";
|
||||||
|
name2 = "Nutrivore";
|
||||||
|
name3 = "nutrivore";
|
||||||
|
};
|
||||||
email = {
|
email = {
|
||||||
address0 = "nickjhiebert@proton.me";
|
address0 = "nickjhiebert@proton.me";
|
||||||
address1 = "thenutrivore@proton.me";
|
address1 = "thenutrivore@proton.me";
|
||||||
|
@ -36,16 +41,12 @@ in {
|
||||||
email = {
|
email = {
|
||||||
address0 = "staciesimonson@gmail.com";
|
address0 = "staciesimonson@gmail.com";
|
||||||
};
|
};
|
||||||
sshKeys = [
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
"${user3}" = {
|
"${user3}" = {
|
||||||
name = "Denise";
|
name = "Denise";
|
||||||
email = {
|
email = {
|
||||||
address0 = "denisehiebert@shaw.ca";
|
address0 = "denisehiebert@shaw.ca";
|
||||||
};
|
};
|
||||||
sshKeys = [
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue