diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-06-11 08:39:29 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-06-11 08:39:29 +0200 |
| commit | 76c9d0aaa9bb734ad1ef32c1cd6a56461210010a (patch) | |
| tree | a25eeefdfaccd980ee82fb43c52f3b6737bc4ff6 /.profile | |
| parent | 39fb7962ef35aa152d412322fd210be6ae462382 (diff) | |
| download | config-76c9d0aaa9bb734ad1ef32c1cd6a56461210010a.tar.gz config-76c9d0aaa9bb734ad1ef32c1cd6a56461210010a.zip | |
Better network management
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -30,6 +30,7 @@ alias o='open-file' | |||
| 30 | alias f='feed get && feed -m fzf menu' | 30 | alias f='feed get && feed -m fzf menu' |
| 31 | alias w='iwctl station wlan0 get-networks' | 31 | alias w='iwctl station wlan0 get-networks' |
| 32 | alias c='iwctl station wlan0 connect' | 32 | alias c='iwctl station wlan0 connect' |
| 33 | alias e='doas ip link set eth1 up && doas udhcpc -i eth1 -n' | ||
| 33 | alias d='iwctl station wlan0 disconnect' | 34 | alias d='iwctl station wlan0 disconnect' |
| 34 | 35 | ||
| 35 | alias bc='bc -q /home/sebastiano/box/bc.library' | 36 | alias bc='bc -q /home/sebastiano/box/bc.library' |
