linux - Terminal only shows $ -


i tried building own linux distribution , follow linux scratch book. when tried entering following commands in bashrc.

set +h  umask 022  lfs=/mnt/lfs  lc_all=posix  path=/tools/bin:/bin:/usr/bin  export lfs lc_all path 

after when restart terminal. seeing $ symbol. thought entry made in bashrc problem. so, reverted , restarted system too. but, still seeing same problem. also, auto completion not working. please, me rid of this.

welcome stackoverflow
should set 'ps1' variable. search it
ps1, example:

\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[00;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ 

Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -