]> git.phdru.name Git - dotfiles.git/commitdiff
.shellrc: minor refactoring
authorOleg Broytman <phd@phdru.name>
Fri, 19 Jun 2015 02:04:55 +0000 (05:04 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 19 Jun 2015 02:04:55 +0000 (05:04 +0300)
.shellrc

index 38c547e2c67b7c009be3083f807fb48ba4ff80ff..d2007fa8f46f28c61382b14674ccbe274472d53f 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -47,7 +47,7 @@ case "$SHELL" in
    for cmd in builtin cgmem_nice command dbus-launch exec \
       killall man nice nohup pidof pidOf KillAll pgrep pkill psg pswg su sudo \
       time whence whereis which xargs; do
-         ! has_completion $cmd && complete -A command -o default $cmd
+         ! has_completion $cmd && complete -o default -A command $cmd
    done
 
    for cmd in dig host nslookup nc netcat nmap p ping ping6 socat \
@@ -59,7 +59,7 @@ case "$SHELL" in
 
    for cmd in distribute ftp lftp r rsync \
       s scp ssh smbclient tcpdump tshark wireshark; do
-         ! has_completion $cmd && complete -A hostname -o default $cmd;
+         ! has_completion $cmd && complete -o default -A hostname $cmd;
    done
 
    complete -A job bg fg j jobs wait