kitty ssh fix, bitwarden, remote builds

This commit is contained in:
Schrottkatze 2023-01-20 15:12:33 +01:00
parent 1f1a71b7df
commit 0ed9538e44
4 changed files with 11 additions and 3 deletions

View file

@ -29,6 +29,8 @@ in with lib; {
sudo = "sudo ";
v = "nvim";
s = "kitty +kitten ssh";
termsize = "echo \"width: $(tput cols)\nheight: $(tput lines)\"";
batstate = "echo \"Charge state: $(cat /sys/class/power_supply/BAT0/capacity)%\"";
clear = "clear;neofetch";