config

My configuration files and custom scripts.
git clone https://git.tronto.net/config
Download | Log | Files | Refs

commit 04f32fb0f91a3e61d6d2c2dedeae64b6f6d639ac
parent c1c1693ad7f79c55d8d506057ce9befa01a466ba
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Wed, 13 May 2026 08:09:11 +0200

Remove some unused aliases and add network management

Diffstat:
M.profile | 13++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/.profile b/.profile @@ -1,3 +1,4 @@ +# Standard options and environment variables set -o vi PATH="$HOME/scripts:$PATH" @@ -11,7 +12,6 @@ export HISTSIZE=10000 # Standard stuff and variables for my scripts export EDITOR=vi export VISUAL=vi -#export XEDIT=some-gui-editor # Do not set to "xedit", recursion export NOTIFY=notify export OPENER=open-file export BROWSER=firefox @@ -25,14 +25,17 @@ export LYNX_CFG="$XDG_CONFIG_HOME/lynx/lynx.cfg" export LYNX_LSS="$XDG_CONFIG_HOME/lynx/lynx.lss" export PYTHON_COLORS=0 -### Aliases and functions -alias bc='bc -q /home/sebastiano/box/bc.library' +# Aliases alias o='open-file' +alias f='feed get && feed -m fzf menu' +alias w='iwctl station wlan0 get-networks' +alias c='iwctl station wlan0 connect' +alias d='iwctl station wlan0 disconnect' + +alias bc='bc -q /home/sebastiano/box/bc.library' alias rm='trash rm' alias ls='ls --color=auto' alias clip='clip -m fzf' -alias bm='dmenu-bookmarks -m fzf' -alias f='feed get && feed -m fzf menu' alias svi='vi "+so $HOME/.virc-spaces"' # Email management (mblaze)