summaryrefslogtreecommitdiff
path: root/shrc
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-10-14 20:59:38 +0200
committerMarc Coquand <marc@mccd.space>2024-10-14 20:59:38 +0200
commit8d417a414336c0a55d85399845ca62acd4f05981 (patch)
treec7077f5184fbf5259c1459d11553563e9695c732 /shrc
parentba5b225f2e1676581201e3b8fa339ad7d0898826 (diff)
downloadbsd-8d417a414336c0a55d85399845ca62acd4f05981.tar.gz
bsd-8d417a414336c0a55d85399845ca62acd4f05981.tar.bz2
bsd-8d417a414336c0a55d85399845ca62acd4f05981.zip
.
Diffstat (limited to 'shrc')
-rw-r--r--shrc4
1 files changed, 1 insertions, 3 deletions
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 \$ '