Handle uncluttered buffers.
[profile.git] / .profile.d / completion.bashrc
index ae18697..775c208 100644 (file)
@@ -1,8 +1,7 @@
-# $Id$
 # Helper!
 export COMPLETION_DIR_SSH=~/.ssh/hosts
 export COMPLETION_DIR_TELNET=~/.telnet/hosts
-export COMPLETION_DIR_RDP=~/.ssh/hosts
+export COMPLETION_DIR_RDP=~/.rdp/hosts
 export COMPLETION_DIR_PING="$COMPLETION_DIR_SSH $COMPLETION_DIR_TELNET $COMPLETION_DIR_RDP"
 
 function _generic_completion() {
@@ -130,8 +129,3 @@ complete -F _known_hosts knh
 complete -F _modprobe modprobe
 complete -F _rmmod rmmod
 complete -F _global global
-
-unset COMPLETION_DIR_PING
-unset COMPLETION_DIR_RDP
-unset COMPLETION_DIR_SSH
-unset COMPLETION_DIR_TELNET