From 090d3e1dd5c66460768f1959e59923e26d49145c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 18 Jun 2026 18:37:36 +0200 Subject: mount umount no psw --- .profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index 0d99542..bdffbdf 100644 --- a/.profile +++ b/.profile @@ -42,7 +42,8 @@ alias e='doas ip link set eth1 up && doas udhcpc -i eth1 -n' alias d='iwctl station wlan0 disconnect' wm() { iwctl station wlan0 get-networks | \ - grep '^ ' | sed 's/^ //' | sed 's/ .*//' | grep -v '^$' | \ + uncolor | tail -n -4 | head -n -1 | \ + grep -e '^ ' | sed 's/^ //' | sed 's/ .*//' | \ fzf | xargs iwctl station wlan0 connect } -- cgit v1.3