1
0
Fork 0

Mettre à jour 'mybashrc'

This commit is contained in:
virtubox 2018-10-09 17:01:53 +00:00
parent 6f1550ecbc
commit 0c2d8e9fdf
1 changed files with 1 additions and 5 deletions

View File

@ -100,15 +100,11 @@ alias rsync_hard='rsync -rLptgoD --human-readable --progress'
alias ee-syslog='tail -n 250 /var/log/syslog | ccze -A'
alias nginx-ee=EE_NGINX_COMPILE
alias ee-nginx-compile=EE_NGINX_COMPILE
alias ee-mysql-optimize=EE_MYSQL_OPTIMIZATION
alias
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
alias ls='ls --color=auto'