config

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

commit 2317d7f9103dc05b1456b530f5572dbd7ea3d6b8
parent 4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Tue, 23 Dec 2025 14:34:43 +0100

Alias update

Diffstat:
M.bashrc-local | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.bashrc-local b/.bashrc-local @@ -36,7 +36,7 @@ alias rm='trash-put' alias ls='ls --color=auto' alias clip='clip -m fzf' alias bm='dmenu-bookmarks -m fzf' -alias feed='feed -m fzf' +alias f='feed get && feed -m fzf menu' alias svi='vi "+so $HOME/.virc-spaces"' # Email management (mblaze)