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
Post a Comment