small stuff
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
"__pycache__"
|
||||
"*.pyc"
|
||||
];
|
||||
programs.git.iniContent.init.defaultBranch = "main";
|
||||
|
||||
home.shellAliases = {
|
||||
# git gud
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user