Bash (not) completion
Disabled the Bash Tab completion on Karmic -not the built in, but the extra chunky cheese version that comes default with Ubuntu- to see if it helps a bit with the freaking annoying freezes...
Commented on the file '/etc/profile':
And on my ~/.bashrc file:
Commented on the file '/etc/profile':
if [ "$BASH" ]; then
PS1='\u@\h:\w\$ '
## if [ -f /etc/bash.bashrc ]; then
## . /etc/bash.bashrc
## fi
And on my ~/.bashrc file:
## if [ -f /etc/bash_completion ]; then
## . /etc/bash_completion
## fi
Labels: Karmic Koala, Linux, Scripts, Ubuntu
0 Comments:
Post a Comment
<< Home