summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-06-18 18:37:36 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-06-19 08:31:45 +0200
commit090d3e1dd5c66460768f1959e59923e26d49145c (patch)
treec3dd5609f7cf06d5ab48d0bc43d1714ec6309b85 /.profile
parent261d56d343386e520a752281a671028e708960bc (diff)
downloadconfig-090d3e1dd5c66460768f1959e59923e26d49145c.tar.gz
config-090d3e1dd5c66460768f1959e59923e26d49145c.zip
mount umount no psw
Diffstat (limited to '.profile')
-rw-r--r--.profile3
1 files changed, 2 insertions, 1 deletions
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'
42alias d='iwctl station wlan0 disconnect' 42alias d='iwctl station wlan0 disconnect'
43wm() { 43wm() {
44 iwctl station wlan0 get-networks | \ 44 iwctl station wlan0 get-networks | \
45 grep '^ ' | sed 's/^ //' | sed 's/ .*//' | grep -v '^$' | \ 45 uncolor | tail -n -4 | head -n -1 | \
46 grep -e '^ ' | sed 's/^ //' | sed 's/ .*//' | \
46 fzf | xargs iwctl station wlan0 connect 47 fzf | xargs iwctl station wlan0 connect
47} 48}
48 49

Generated with cgit - Back to sebastiano.tronto.net