From b64f47f965654b2b9c8ea86249ea1ec533d22031 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sat, 27 Apr 2024 19:24:05 -0700 Subject: [PATCH] Update .config/fish/conf.d/20-aliases.fish --- dot_config/fish/conf.d/20-aliases.fish | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dot_config/fish/conf.d/20-aliases.fish b/dot_config/fish/conf.d/20-aliases.fish index 718a4fe..2fdad82 100644 --- a/dot_config/fish/conf.d/20-aliases.fish +++ b/dot_config/fish/conf.d/20-aliases.fish @@ -77,12 +77,3 @@ end function cdls -d "CD into a directory and list its contents" cd "$argv" && ls end - -# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# Check battery. - -function batt -d "Check battery percentage" - upower -i /org/freedesktop/UPower/devices/battery_BAT0 \ - | grep -E "state|time to|percentage" -end