small stuff

This commit is contained in:
2023-06-14 12:24:53 +02:00
parent 5abdd2368c
commit fe6fb4ed5e
3 changed files with 4 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
"__pycache__"
"*.pyc"
];
programs.git.iniContent.init.defaultBranch = "main";
home.shellAliases = {
# git gud

View File

@@ -37,6 +37,8 @@
home.shellAliases.dush = "du -shc * | sort -h";
home.shellAliases.dushd = "du -shc * .[!.]?* | sort -h";
home.shellAliases.open = "xdg-open";
home.shellAliases.diff = "diff -u --color"; # eyo
home.shellAliases.ip = "ip -br -color";
home.shellAliases.rssh = "ssh -l root";