Add some shell aliases.
This commit is contained in:
parent
09822c30be
commit
e6abae878e
1 changed files with 8 additions and 0 deletions
|
@ -41,5 +41,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
home = {
|
||||||
|
shellAliases = {
|
||||||
|
"gc" = "git commit";
|
||||||
|
"gl" = "git log --abbrev-commit";
|
||||||
|
"gps" = "git push";
|
||||||
|
"gpl" = "git pull";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue