diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-13 08:09:11 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-13 08:09:14 +0200 |
| commit | 04f32fb0f91a3e61d6d2c2dedeae64b6f6d639ac (patch) | |
| tree | f07e823e8588fa620b37481cfbf4f230489650cd | |
| parent | c1c1693ad7f79c55d8d506057ce9befa01a466ba (diff) | |
| download | config-04f32fb0f91a3e61d6d2c2dedeae64b6f6d639ac.tar.gz config-04f32fb0f91a3e61d6d2c2dedeae64b6f6d639ac.zip | |
Remove some unused aliases and add network management
| -rw-r--r-- | .profile | 13 |
1 files changed, 8 insertions, 5 deletions
| @@ -1,3 +1,4 @@ | |||
| 1 | # Standard options and environment variables | ||
| 1 | set -o vi | 2 | set -o vi |
| 2 | 3 | ||
| 3 | PATH="$HOME/scripts:$PATH" | 4 | PATH="$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 |
| 12 | export EDITOR=vi | 13 | export EDITOR=vi |
| 13 | export VISUAL=vi | 14 | export VISUAL=vi |
| 14 | #export XEDIT=some-gui-editor # Do not set to "xedit", recursion | ||
| 15 | export NOTIFY=notify | 15 | export NOTIFY=notify |
| 16 | export OPENER=open-file | 16 | export OPENER=open-file |
| 17 | export BROWSER=firefox | 17 | export BROWSER=firefox |
| @@ -25,14 +25,17 @@ export LYNX_CFG="$XDG_CONFIG_HOME/lynx/lynx.cfg" | |||
| 25 | export LYNX_LSS="$XDG_CONFIG_HOME/lynx/lynx.lss" | 25 | export LYNX_LSS="$XDG_CONFIG_HOME/lynx/lynx.lss" |
| 26 | export PYTHON_COLORS=0 | 26 | export PYTHON_COLORS=0 |
| 27 | 27 | ||
| 28 | ### Aliases and functions | 28 | # Aliases |
| 29 | alias bc='bc -q /home/sebastiano/box/bc.library' | ||
| 30 | alias o='open-file' | 29 | alias o='open-file' |
| 30 | alias f='feed get && feed -m fzf menu' | ||
| 31 | alias w='iwctl station wlan0 get-networks' | ||
| 32 | alias c='iwctl station wlan0 connect' | ||
| 33 | alias d='iwctl station wlan0 disconnect' | ||
| 34 | |||
| 35 | alias bc='bc -q /home/sebastiano/box/bc.library' | ||
| 31 | alias rm='trash rm' | 36 | alias rm='trash rm' |
| 32 | alias ls='ls --color=auto' | 37 | alias ls='ls --color=auto' |
| 33 | alias clip='clip -m fzf' | 38 | alias clip='clip -m fzf' |
| 34 | alias bm='dmenu-bookmarks -m fzf' | ||
| 35 | alias f='feed get && feed -m fzf menu' | ||
| 36 | alias svi='vi "+so $HOME/.virc-spaces"' | 39 | alias svi='vi "+so $HOME/.virc-spaces"' |
| 37 | 40 | ||
| 38 | # Email management (mblaze) | 41 | # Email management (mblaze) |
