This commit is contained in:
Gabriel 2022-09-02 17:10:50 +02:00
parent fb97e39468
commit 6e5ed6f1af

View file

@ -25,6 +25,7 @@ in with lib; {
};
shellAliases = {
sudo = "sudo ";
v = "nvim";
termsize = "echo \"width: $(tput cols)\nheight: $(tput lines)\"";
batstate = "echo \"Charge state: $(cat /sys/class/power_supply/BAT0/capacity)%\"";
@ -33,8 +34,6 @@ in with lib; {
upg = "paru -Syu --skipreview --noconfirm && flatpak upgrade && rustup upgrade";
grepo = "cd $HOME/Documents/repos && ls";
gdot = "cd $HOME/dotfiles && ls";
vgdot = "cd $HOME/dotfiles && v";
slol = "while true;do \\clear;sl --help | lolcat;done;";