Add docker-compose to the shell init files

This commit is contained in:
Alex Jahraus 2018-06-25 17:35:38 +02:00
parent 92aac170d0
commit d713c4fbce
No known key found for this signature in database
GPG Key ID: 952E89A8E667B087
3 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,7 @@ if [ "$TERM" != dumb ] && [ -n "$GRC" ]; then
alias df='colourify df'
alias diff='colourify diff'
alias docker='colourify docker'
alias docker-compose='colourify docker-compose'
alias docker-machine='colourify docker-machine'
alias du='colourify du'
alias env='colourify env'

View File

@ -8,7 +8,7 @@
set -U grc_plugin_execs cat cvs df diff dig gcc g++ ls ifconfig \
make mount mtr netstat ping ps tail traceroute \
wdiff blkid du dnf docker docker-machine env id ip iostat \
wdiff blkid du dnf docker docker-compose docker-machine env id ip iostat \
last lsattr lsblk lspci lsmod lsof getfacl getsebool ulimit uptime nmap \
fdisk findmnt free semanage sar ss sysctl systemctl stat showmount \
tcpdump tune2fs vmstat w who

View File

@ -8,6 +8,9 @@ if [[ "$TERM" != dumb ]] && (( $+commands[grc] )) ; then
df \
diff \
dig \
docker \
docker-compose \
docker-machine \
gcc \
gmake \
ifconfig \