X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;ds=sidebyside;f=.profile.d%2Fcompletion.bashrc;h=e18ec39bf531122b9da00531b4061431024d7527;hb=736982b20af663fed7884dc39fe050eabdfbd511;hp=ae18697cbf6fd7d40931ecb121d60fd122cc028c;hpb=4fedd438b177cc8adf227da193642b139a1ee5f4;p=profile.git 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