2
0
Fork 0
mirror of https://github.com/garabik/grc.git synced 2024-11-15 14:48:26 +01:00

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 df='colourify df'
alias diff='colourify diff' alias diff='colourify diff'
alias docker='colourify docker' alias docker='colourify docker'
alias docker-compose='colourify docker-compose'
alias docker-machine='colourify docker-machine' alias docker-machine='colourify docker-machine'
alias du='colourify du' alias du='colourify du'
alias env='colourify env' alias env='colourify env'

View file

@ -8,7 +8,7 @@
set -U grc_plugin_execs cat cvs df diff dig gcc g++ ls ifconfig \ set -U grc_plugin_execs cat cvs df diff dig gcc g++ ls ifconfig \
make mount mtr netstat ping ps tail traceroute \ 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 \ last lsattr lsblk lspci lsmod lsof getfacl getsebool ulimit uptime nmap \
fdisk findmnt free semanage sar ss sysctl systemctl stat showmount \ fdisk findmnt free semanage sar ss sysctl systemctl stat showmount \
tcpdump tune2fs vmstat w who tcpdump tune2fs vmstat w who

View file

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