summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-06-25 17:34:25 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-06-25 17:47:44 +0200
commit1fafd18793d3753e9e2acae2cdf3c9f8fe02f1ae (patch)
tree5a5cfb10b5be97fd11da43821cb17571452a1463 /.profile
parent38e07333b588095124b32e7ae60ae9e288358250 (diff)
downloadconfig-1fafd18793d3753e9e2acae2cdf3c9f8fe02f1ae.tar.gz
config-1fafd18793d3753e9e2acae2cdf3c9f8fe02f1ae.zip
Remove broken wifi management function and install iwgtk instead
Diffstat (limited to '.profile')
-rw-r--r--.profile8
1 files changed, 0 insertions, 8 deletions
diff --git a/.profile b/.profile
index 6a51b62..405befe 100644
--- a/.profile
+++ b/.profile
@@ -37,16 +37,8 @@ alias svi='vi "+so $HOME/.virc-spaces"'
37 37
38# Network management 38# Network management
39alias w='iwctl station wlan0 get-networks' 39alias w='iwctl station wlan0 get-networks'
40alias c='iwctl station wlan0 connect'
41alias e='doas ip link set eth1 up && doas udhcpc -i eth1 -n' 40alias e='doas ip link set eth1 up && doas udhcpc -i eth1 -n'
42alias d='iwctl station wlan0 disconnect' 41alias d='iwctl station wlan0 disconnect'
43wm() {
44 iwctl station wlan0 scan
45 iwctl station wlan0 get-networks | \
46 uncolor | tail -n -4 | head -n -1 | \
47 grep -e '^ ' | sed 's/^ //' | sed 's/ .*//' | \
48 fzf | xargs iwctl station wlan0 connect
49}
50 42
51# Email management (mblaze) 43# Email management (mblaze)
52MAIL=$HOME/mail 44MAIL=$HOME/mail

Generated with cgit - Back to sebastiano.tronto.net