summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-06-11 08:39:29 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-06-11 08:39:29 +0200
commit76c9d0aaa9bb734ad1ef32c1cd6a56461210010a (patch)
treea25eeefdfaccd980ee82fb43c52f3b6737bc4ff6 /.profile
parent39fb7962ef35aa152d412322fd210be6ae462382 (diff)
downloadconfig-76c9d0aaa9bb734ad1ef32c1cd6a56461210010a.tar.gz
config-76c9d0aaa9bb734ad1ef32c1cd6a56461210010a.zip
Better network management
Diffstat (limited to '.profile')
-rw-r--r--.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.profile b/.profile
index 6d38603..d9a7649 100644
--- a/.profile
+++ b/.profile
@@ -30,6 +30,7 @@ alias o='open-file'
30alias f='feed get && feed -m fzf menu' 30alias f='feed get && feed -m fzf menu'
31alias w='iwctl station wlan0 get-networks' 31alias w='iwctl station wlan0 get-networks'
32alias c='iwctl station wlan0 connect' 32alias c='iwctl station wlan0 connect'
33alias e='doas ip link set eth1 up && doas udhcpc -i eth1 -n'
33alias d='iwctl station wlan0 disconnect' 34alias d='iwctl station wlan0 disconnect'
34 35
35alias bc='bc -q /home/sebastiano/box/bc.library' 36alias bc='bc -q /home/sebastiano/box/bc.library'

Generated with cgit - Back to sebastiano.tronto.net