summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-13 08:09:11 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-13 08:09:14 +0200
commit04f32fb0f91a3e61d6d2c2dedeae64b6f6d639ac (patch)
treef07e823e8588fa620b37481cfbf4f230489650cd
parentc1c1693ad7f79c55d8d506057ce9befa01a466ba (diff)
downloadconfig-04f32fb0f91a3e61d6d2c2dedeae64b6f6d639ac.tar.gz
config-04f32fb0f91a3e61d6d2c2dedeae64b6f6d639ac.zip
Remove some unused aliases and add network management
Diffstat (limited to '')
-rw-r--r--.profile13
1 files changed, 8 insertions, 5 deletions
diff --git a/.profile b/.profile
index 67f84e9..6d38603 100644
--- a/.profile
+++ b/.profile
@@ -1,3 +1,4 @@
1# Standard options and environment variables
1set -o vi 2set -o vi
2 3
3PATH="$HOME/scripts:$PATH" 4PATH="$HOME/scripts:$PATH"
@@ -11,7 +12,6 @@ export HISTSIZE=10000
11# Standard stuff and variables for my scripts 12# Standard stuff and variables for my scripts
12export EDITOR=vi 13export EDITOR=vi
13export VISUAL=vi 14export VISUAL=vi
14#export XEDIT=some-gui-editor # Do not set to "xedit", recursion
15export NOTIFY=notify 15export NOTIFY=notify
16export OPENER=open-file 16export OPENER=open-file
17export BROWSER=firefox 17export BROWSER=firefox
@@ -25,14 +25,17 @@ export LYNX_CFG="$XDG_CONFIG_HOME/lynx/lynx.cfg"
25export LYNX_LSS="$XDG_CONFIG_HOME/lynx/lynx.lss" 25export LYNX_LSS="$XDG_CONFIG_HOME/lynx/lynx.lss"
26export PYTHON_COLORS=0 26export PYTHON_COLORS=0
27 27
28### Aliases and functions 28# Aliases
29alias bc='bc -q /home/sebastiano/box/bc.library'
30alias o='open-file' 29alias o='open-file'
30alias f='feed get && feed -m fzf menu'
31alias w='iwctl station wlan0 get-networks'
32alias c='iwctl station wlan0 connect'
33alias d='iwctl station wlan0 disconnect'
34
35alias bc='bc -q /home/sebastiano/box/bc.library'
31alias rm='trash rm' 36alias rm='trash rm'
32alias ls='ls --color=auto' 37alias ls='ls --color=auto'
33alias clip='clip -m fzf' 38alias clip='clip -m fzf'
34alias bm='dmenu-bookmarks -m fzf'
35alias f='feed get && feed -m fzf menu'
36alias svi='vi "+so $HOME/.virc-spaces"' 39alias svi='vi "+so $HOME/.virc-spaces"'
37 40
38# Email management (mblaze) 41# Email management (mblaze)

Generated with cgit - Back to sebastiano.tronto.net