This commit is contained in:
dracoling 2024-05-01 15:13:32 +00:00
parent 4acbeca1e5
commit bb082c2e0f
3 changed files with 10 additions and 0 deletions

5
changelog.md Normal file
View file

@ -0,0 +1,5 @@
## add eza
- added `eza` to `pkgs`
- added `ll` and `tree` aliases
- added changelog.md

View file

@ -17,11 +17,14 @@
htop htop
btop btop
dig dig
eza
]; ];
environment.shellAliases = { environment.shellAliases = {
vi = "nvim"; vi = "nvim";
vim = "nvim"; vim = "nvim";
ll = "eza -alo --group-directories-first";
tree = "eza -lT";
}; };
programs.direnv.enable = true; programs.direnv.enable = true;

View file

@ -9,3 +9,5 @@ Could probably read through the tide variable set to figure this out, just haven
Need to connect new devices to the coordinator in order to access the tailscale network. Need to connect new devices to the coordinator in order to access the tailscale network.
```sudo tailscale up https://headscale.hive.smrsh.net``` ```sudo tailscale up https://headscale.hive.smrsh.net```