Fixes.
authorIain Patterson <me@iain.cx>
Tue, 19 Aug 2008 16:16:21 +0000 (16:16 +0000)
committerIain Patterson <me@iain.cx>
Tue, 19 Aug 2008 16:16:21 +0000 (16:16 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@137 6be0d1a5-5cfe-0310-89b6-964be062b18b

.profile.d/completion.bashrc

index ae18697..e18ec39 100644 (file)
@@ -2,7 +2,7 @@
 # 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 +130,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