diff options
| author | filip <“filip.rabiega@gmail.com”> | 2026-01-24 16:17:16 +0100 |
|---|---|---|
| committer | filip <“filip.rabiega@gmail.com”> | 2026-01-24 16:17:16 +0100 |
| commit | 3cfa3e667731e47a0facb2b19fec8598984368c6 (patch) | |
| tree | bbbf4d7f1369145281ec132b6bfaf3e455912e3d /.config/shell/aliasrc | |
| parent | 4b5ba652f773a84d34f5f65e7504ef06fde17eae (diff) | |
| download | dotfiles-3cfa3e667731e47a0facb2b19fec8598984368c6.tar.gz dotfiles-3cfa3e667731e47a0facb2b19fec8598984368c6.tar.bz2 dotfiles-3cfa3e667731e47a0facb2b19fec8598984368c6.zip | |
change envvarrc, aliasrc, .profile
Diffstat (limited to '.config/shell/aliasrc')
| -rw-r--r-- | .config/shell/aliasrc | 8 |
1 files changed, 5 insertions, 3 deletions
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" \ |
