dotfiles

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

commit 35423d44411bd10455b587f8f390c0563b5526fd
parent a8d9f5e100c2bacc81c979bbe3b72792c3e3cab1
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon,  2 Nov 2020 22:47:46 +0100

shell: remove rsync alias, better to know the options

Former-commit-id: 51b258f0e0d3f061df268372fb27a0e9907ffd26
Diffstat:
Mshell/aliases | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/shell/aliases b/shell/aliases @@ -17,7 +17,6 @@ alias jobs="jobs -l" alias htop='sudo htop' # Run htop as root by default alias g='git' # Make git easier to type alias wheredef='type -a' # Where is a function defined? -alias rsync="rsync -avhP" # Recurse and preserve almost everything, verbose, human-readable sizes, partial & progress alias j='joplin' alias tree="tree -CAFa -I 'CVS|*.*.package|.svn|.git|node_modules' --dirsfirst" # Colorize, ANSI graphics hack, indicate ft with appendices, print all files, ignore certain patterns, list dirs first alias lsblk="lsblk -o NAME,LABEL,PARTLABEL,TYPE,FSTYPE,SIZE,MOUNTPOINT,STATE" # The columns I want to see in lsblk