diff options
author | Marc Coquand <marc@mccd.space> | 2024-10-14 20:59:38 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-10-14 20:59:38 +0200 |
commit | 8d417a414336c0a55d85399845ca62acd4f05981 (patch) | |
tree | c7077f5184fbf5259c1459d11553563e9695c732 /shrc | |
parent | ba5b225f2e1676581201e3b8fa339ad7d0898826 (diff) | |
download | bsd-8d417a414336c0a55d85399845ca62acd4f05981.tar.gz bsd-8d417a414336c0a55d85399845ca62acd4f05981.tar.bz2 bsd-8d417a414336c0a55d85399845ca62acd4f05981.zip |
.
Diffstat (limited to 'shrc')
-rw-r--r-- | shrc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 \$ ' |