From 91067b05d0ae3dd4388065c4767148aa11ac6486 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Tue, 19 Aug 2008 16:16:21 +0000 Subject: [PATCH] Fixes. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@137 6be0d1a5-5cfe-0310-89b6-964be062b18b --- .profile.d/completion.bashrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.profile.d/completion.bashrc b/.profile.d/completion.bashrc index ae18697..e18ec39 100644 --- a/.profile.d/completion.bashrc +++ b/.profile.d/completion.bashrc @@ -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 -- 2.20.1