From 549681722710c1c40d64322ce25a75a3ab231f81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branislav=20=C5=A0ott?= Date: Wed, 19 Dec 2018 15:50:44 +0100 Subject: [PATCH] synced commands with the latest grc.conf (https://github.com/garabik/grc/blob/master/grc.conf) --- init.fish | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.fish b/init.fish index 644f2f9..8dc4b9a 100644 --- a/init.fish +++ b/init.fish @@ -1,7 +1,11 @@ if type -q grc set -l execs cat cvs df diff dig gcc g++ ls ifconfig \ make mount mtr netstat ping ps tail traceroute \ - wdiff + wdiff ip configure stat ss last who \ + ldap findmnt env systemctl iptables lspci lsblk lsof \ + blkid id iostat sar fdisk free docker lsmod lsattr \ + semanage getsebool ulimit vmstat dnf nmap uptime w \ + getfacl showmount ant maven if set -q grc_plugin_execs set execs $grc_plugin_execs