chore(pantheon): clean up and rm unused configs
This commit is contained in:
parent
bacf1a8b08
commit
9e17187b02
13 changed files with 18 additions and 127 deletions
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
home-manager.users.rafiq = {
|
||||
home.sessionVariables.GIT_CONFIG_GLOBAL = "$HOME/.config/git/config";
|
||||
home.shellAliases = {
|
||||
g = "git";
|
||||
gs = "git status";
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue