From 8d417a414336c0a55d85399845ca62acd4f05981 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Mon, 14 Oct 2024 20:59:38 +0200 Subject: . --- shrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'shrc') diff --git a/shrc b/shrc index 4d0134c..845c21e 100644 --- a/shrc +++ b/shrc @@ -19,7 +19,6 @@ optimizeimg() { magick -strip -quality 85% $1 $2 } - killunattached() { tmux list-sessions -F '#{session_attached} #{session_id}' | \ awk '/^0/{print $2}' | \ @@ -43,10 +42,9 @@ notes() { grep -i "$1" --format='%f%~' ~/notes/ | xargs -I {} cat {} } - . /home/mccd/.nix-profile/etc/profile.d/nix.sh + . /home/mccd/.nix-profile/etc/profile.d/nix.sh -echo "BAT: $(cat /sys/class/power_supply/BAT0/capacity), $(cat /sys/class/power_supply/BAT0/status)" set -o vi PS1='\W \$ ' -- cgit v1.2.3