Re: Problems with PS1 in .bashrc preventing KDE/Gnome from loading | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
I don't understand how the PS1 prompt could be the problem. None of the X startup scripts use it AFAIK.
Are you sure there is not something wrong with your XF86Config file?
You say that if you comment out the one line that sets the PS1 variable in your ~/.bashrc that X starts up OK, but when you have it set it doesn't?
************ # .bash_profile
# Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi
PATH=$PATH:$HOME/bin BASH_ENV=$HOME/.bashrc export BASH_ENV PATH
************* # .bashrc
# User specific aliases and functions alias mv='mv -i' alias rm='rm -i' alias cp='cp -i' alias cls='clear' alias dirr='ls -al | more' alias hist='history' alias startx='startx -- -nolisten tcp' alias su='su -m'
shopt -s histverify # directs history file to not include the listed commands # and not to include duplicate commands HISTIGNORE='cls:cd:dirr:hist:su' history_control=ignoredups
BASH_ENV=$HOME/.bashrc USERNAME="" TIMEOUT=3600 export USERNAME BASH_ENV TIMEOUT
# Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi
[Fedora Users] [Centos Users] [Kernel Development] [Red Hat Install] [Red Hat Watch] [Red Hat Development] [Red Hat Phoebe Beta] [Yosemite Forum] [Fedora Discussion] [Gimp] [Stuff] [Yosemite News]