felipe1982
06-08-2009, 02:46 AM
I can no longer use <tab> to auto-complete in my bash shell (on HM server).
xxxxxxx@xfelipe1982.com [~]# cat .bashrc
# .bashrc
# User specific aliases and functions
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
alias l="ls -la"
alias ll="ls -l"
alias ..="cd .."
alias ...="cd ../.."
...
xxxxxxx@xfelipe1982.com [~]# cat .bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME
export LS_OPTIONS="--color=tty -F"
xxxxxx@xfelipe1982.com [~]#
xxxxxxx@xfelipe1982.com [~]# cat .bashrc
# .bashrc
# User specific aliases and functions
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
alias l="ls -la"
alias ll="ls -l"
alias ..="cd .."
alias ...="cd ../.."
...
xxxxxxx@xfelipe1982.com [~]# cat .bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME
export LS_OPTIONS="--color=tty -F"
xxxxxx@xfelipe1982.com [~]#