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:
parent
92aac170d0
commit
d713c4fbce
3 changed files with 5 additions and 1 deletions
|
@ -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'
|
||||||
|
|
2
grc.fish
2
grc.fish
|
@ -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
|
||||||
|
|
3
grc.zsh
3
grc.zsh
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue