add eza
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
7f9eb93276
commit
2b443ed861
@ -54,6 +54,7 @@
|
|||||||
gitoxide
|
gitoxide
|
||||||
tealdeer
|
tealdeer
|
||||||
helix
|
helix
|
||||||
|
eza
|
||||||
|
|
||||||
# nix specific packages
|
# nix specific packages
|
||||||
nil
|
nil
|
||||||
|
@ -62,13 +62,13 @@
|
|||||||
"pfSense-vpn-all" = "sudo openvpn --config /etc/openvpn/client/pfSense-TCP4-1195-alice-config.ovpn";
|
"pfSense-vpn-all" = "sudo openvpn --config /etc/openvpn/client/pfSense-TCP4-1195-alice-config.ovpn";
|
||||||
|
|
||||||
## Utilities
|
## Utilities
|
||||||
"lrt" = "exa --icons -lsnew";
|
"lrt" = "eza --icons -lsnew";
|
||||||
"lynis-grep" = ''sudo lynis audit system 2&>1 | grep -v "egrep"'';
|
"lynis-grep" = ''sudo lynis audit system 2&>1 | grep -v "egrep"'';
|
||||||
"egrep" = "grep -E";
|
"egrep" = "grep -E";
|
||||||
"htgp" = "history | grep";
|
"htgp" = "history | grep";
|
||||||
"gen_walpaper" = "wal -i '/home/alice/Pictures/Wallpapers/1440pdump'";
|
"gen_walpaper" = "wal -i '/home/alice/Pictures/Wallpapers/1440pdump'";
|
||||||
"vlgdf" = "valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes";
|
"vlgdf" = "valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes";
|
||||||
"ls" = "exa --icons";
|
"ls" = "eza --icons";
|
||||||
"libreoffice-writer" = "libreoffice --writer";
|
"libreoffice-writer" = "libreoffice --writer";
|
||||||
"libreoffice-calc" = "libreoffice --calc";
|
"libreoffice-calc" = "libreoffice --calc";
|
||||||
"notes" = "code /home/alice/Scripts/Notes/dendron.code-workspace";
|
"notes" = "code /home/alice/Scripts/Notes/dendron.code-workspace";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user