Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion init.fish
Original file line number Diff line number Diff line change
@@ -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
Expand Down