dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit df63b1ead9e40f9f82b7e0579a5a0328ca36953a
parent 079becbf482b6114d1d72870a3957a401e6fb8f0
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 16 Sep 2019 20:55:31 -0400

shell: remove rsync aliases, don't need them

Former-commit-id: a6e6c954f3b155c628a6cca1e9f4230071095eaf
Diffstat:
Mshell/commonprofile | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/shell/commonprofile b/shell/commonprofile @@ -104,8 +104,6 @@ alias ls="ls -lh" # Pref alias l="ls -lah" # Preferred 'ls -a' implementation alias ll="ls -FGlAhpO@" # Preferred detailed 'ls' implementation alias less='less -iRXc' # Preferred 'less' implementation -alias rsync='rsync -a --partial --info=progress2' # archive (recursion, preserve what's possible), show progress, keep partial files -alias rrsync='rsync -a --partial --info=progress2 --remove-source-files' # Rsync, but remove source files alias du="du -skh" # Preferred 'du' implementation alias df="df -h" # Preferred 'df' implementation alias htop='sudo htop' # Top should launch htop with sudo