From 3cfa3e667731e47a0facb2b19fec8598984368c6 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Sat, 24 Jan 2026 16:17:16 +0100 Subject: change envvarrc, aliasrc, .profile --- .config/shell/aliasrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.config/shell/aliasrc') diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 2168058..5bf3339 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -15,14 +15,14 @@ alias \ cp="cp -iv" \ echo="echo -n" \ journalctl="journalctl -xe" \ + less="less -XER" \ + ls="lsn" \ mkdir="mkdir -pv" \ mv="mv -iv" \ + pstree="pstree -np" \ rm="logrm -vI" \ rmdir="rmdir -vp" \ rsync="rsync -vrPlu" \ - pstree="pstree -np" \ - less="less -XER" \ - ls="lsn" \ vim="nvim" \ # Colorize commands when possible. @@ -69,3 +69,5 @@ alias \ ga="git add" \ gc="git commit" \ gp="git push" \ + gr="git rm" \ + gs="git status" \ -- cgit v1.2.3