small stuff
This commit is contained in:
parent
5abdd2368c
commit
fe6fb4ed5e
|
@ -15,6 +15,7 @@
|
||||||
* [x] Make a flake
|
* [x] Make a flake
|
||||||
* [x] merge hosted docs into a single subdomain
|
* [x] merge hosted docs into a single subdomain
|
||||||
* [x] Setup some remote-development and deploy flow
|
* [x] Setup some remote-development and deploy flow
|
||||||
|
* [ ] host older versions of nixpkgs documentation (like 20.09)
|
||||||
* [ ] add a hidpi profile? https://wiki.archlinux.org/title/HiDPI
|
* [ ] add a hidpi profile? https://wiki.archlinux.org/title/HiDPI
|
||||||
* [ ] rocm
|
* [ ] rocm
|
||||||
* [ ] xclip
|
* [ ] xclip
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
"__pycache__"
|
"__pycache__"
|
||||||
"*.pyc"
|
"*.pyc"
|
||||||
];
|
];
|
||||||
|
programs.git.iniContent.init.defaultBranch = "main";
|
||||||
|
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
# git gud
|
# git gud
|
||||||
|
|
|
@ -37,6 +37,8 @@
|
||||||
home.shellAliases.dush = "du -shc * | sort -h";
|
home.shellAliases.dush = "du -shc * | sort -h";
|
||||||
home.shellAliases.dushd = "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.diff = "diff -u --color"; # eyo
|
||||||
home.shellAliases.ip = "ip -br -color";
|
home.shellAliases.ip = "ip -br -color";
|
||||||
home.shellAliases.rssh = "ssh -l root";
|
home.shellAliases.rssh = "ssh -l root";
|
||||||
|
|
Loading…
Reference in New Issue