FS#6066 - bash-completion doesn't work with urxvt
Attached to Project:
Arch Linux
Opened by Igor (furester) - Saturday, 23 December 2006, 15:23 GMT
Last edited by Roman Kyrylych (Romashka) - Monday, 25 December 2006, 22:11 GMT
Opened by Igor (furester) - Saturday, 23 December 2006, 15:23 GMT
Last edited by Roman Kyrylych (Romashka) - Monday, 25 December 2006, 22:11 GMT
|
Details
As in the summary with urxvt I can't use the bash-completion
utilit, for example the TAB key doesn't work when i try to
use sudo, the problem can be caused by a different $PATH
variable as the one declared if I use xterm.
|
This task depends upon
Closed by Aaron Griffin (phrakture)
Thursday, 28 December 2006, 17:10 GMT
Reason for closing: Not a bug
Thursday, 28 December 2006, 17:10 GMT
Reason for closing: Not a bug
The profile script in /etc/profile.d/ is ONLY executed if bash is started as a login shell.
! In ~/.Xdefaults
urxvt*loginShell: true
If you are not starting bash as a login shell, you need to manually ". /etc/bash_completion" in your bashrc.