dotfiles

My dotfiles
git clone git://src.gearsix.net/dotfiles
Log | Files | Refs | Atom

commit 23bb2c28f005fe25754bd1d8b748bc213fc6a9cf
parent c3cfa4e26f263ab6ec27b235e80e4b512a472803
Author: GeaRSiX <gearsix@tuta.io>
Date:   Tue, 28 Jul 2020 14:16:18 +0100

added xopen alias to bashrc

Diffstat:
Msrc/bashrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/bashrc b/src/bashrc @@ -44,6 +44,7 @@ #1.C PROGRAM ALIASES alias qbit='qbittorrent' alias gitn='git --no-pager' # ??? if i want a pager i'll pipe it to less + alias xopen='xdg-open' #1.D GENERAL # alias logout='pkill -KILL -u $USER'