You are not logged in.
Pages: 1
Hi all,
Probably a dumb question but google has been no help this afternoon but basically my problem is thus:
In my vnc sessions I cannot tab complete...anything at all.... yet, in putty I can tab just fine.
Some details...
bash rc file
#
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
system
uname -a
Linux Kannagi 2.6.38-ARCH #1 SMP PREEMPT Fri Apr 22 20:29:33 CEST 2011 x86_64 Dual-Core AMD Opteron(tm) Processor 2214 HE AuthenticAMD GNU/Linux
shell
echo $SHELL
/bin/bash
I have everything installed I believe:
pacman
pacman -Q |grep -i bash
bash 4.2.008-1
bash-completion 1.3-2
Any ideas? Something I'm missing?
Thanks!!
Offline
Can you specify somewhere to use a login shell (bash -l)?
Normally .bashrc gets sourced by .bash_profile, and unless it's a login shell nothing will happen.
1000
Offline
Can you specify somewhere to use a login shell (bash -l)?
Normally .bashrc gets sourced by .bash_profile, and unless it's a login shell nothing will happen.
I tried running "bash -l" but the shell I get doesn't have bash completion either : (
Offline
Maybe I should post this elsewhere?
Offline
Pages: 1