1
0
Fork 0

Mettre à jour 'mybashrc'

This commit is contained in:
virtubox 2018-10-05 14:55:49 +00:00
parent 7337837d92
commit 5eb8bdf8d7
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@ alias wp='wp --allow-root'
alias gzip=compress_pigz
alias gunzip=decompress_pigz
alias mybashrc_update=update_git_mybashrc
alias rsync='rsync -avz --human-readable --progress'
alias rsync_hard='rsync -rLptgoD --human-readable --progress'
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"