<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>i3 FAQ - Individual question feed</title><link>https://faq.i3wm.org/questions/</link><description>Frequently asked questions and answers about the i3 window manager</description><atom:link href="http://faq.i3wm.org/feeds/question/603/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Tue, 25 Dec 2012 12:20:20 +0000</lastBuildDate><item><title>no prompt in terminal</title><link>https://faq.i3wm.org/question/603/no-prompt-in-terminal/</link><description>no prompt shown in terminal, same true for gnome-terminal.

searched google &amp; advice was to replace .bashrc with vanilla copy from etc/skel.

did this &amp; rebooted &amp; problem still occurs.

.bashrc :

[code]
#
# ~/.bashrc
#

# If not running interactively, don't do anything
[[ $- != *i* ]] &amp;&amp; return

alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '

[/code]

.bash_profile :

[code]

#
# ~/.bash_profile
#

[[ -f ~/.bashrc ]] &amp;&amp; . ~/.bashrc

[/code]

edit: oddly, this is only happening in the i3 desktop manager. 

in xfce session, this problem does not occur.</description><pubDate>Sun, 07 Oct 2012 10:38:00 +0000</pubDate><guid>https://faq.i3wm.org/question/603/no-prompt-in-terminal/</guid></item><item><title>Answer by flipper T for &lt;p&gt;no prompt shown in terminal, same true for gnome-terminal.&lt;/p&gt;

&lt;p&gt;searched google &amp;amp; advice was to replace .bashrc with vanilla copy from etc/skel.&lt;/p&gt;

&lt;p&gt;did this &amp;amp; rebooted &amp;amp; problem still occurs.&lt;/p&gt;

&lt;p&gt;.bashrc :&lt;/p&gt;

&lt;p&gt;[code]
#&lt;/p&gt;

&lt;h1&gt;~/.bashrc&lt;/h1&gt;

&lt;p&gt;#&lt;/p&gt;

&lt;h1&gt;If not running interactively, don't do anything&lt;/h1&gt;

&lt;p&gt;[[ $- != &lt;em&gt;i&lt;/em&gt; ]] &amp;amp;&amp;amp; return&lt;/p&gt;

&lt;p&gt;alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '&lt;/p&gt;

&lt;p&gt;[/code]&lt;/p&gt;

&lt;p&gt;.bash_profile :&lt;/p&gt;

&lt;p&gt;[code]&lt;/p&gt;

&lt;p&gt;#&lt;/p&gt;

&lt;h1&gt;~/.bash_profile&lt;/h1&gt;

&lt;p&gt;#&lt;/p&gt;

&lt;p&gt;[[ -f ~/.bashrc ]] &amp;amp;&amp;amp; . ~/.bashrc&lt;/p&gt;

&lt;p&gt;[/code]&lt;/p&gt;

&lt;p&gt;edit: oddly, this is only happening in the i3 desktop manager. &lt;/p&gt;

&lt;p&gt;in xfce session, this problem does not occur.&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/603/no-prompt-in-terminal/?answer=604#post-id-604</link><description>doh.

color scheme was black on black, for whatever reason.

changed it / solved it.

again...doh!</description><pubDate>Sun, 07 Oct 2012 10:56:02 +0000</pubDate><guid>https://faq.i3wm.org/question/603/no-prompt-in-terminal/?answer=604#post-id-604</guid></item><item><title>Comment by Haps for &lt;p&gt;doh.&lt;/p&gt;

&lt;p&gt;color scheme was black on black, for whatever reason.&lt;/p&gt;

&lt;p&gt;changed it / solved it.&lt;/p&gt;

&lt;p&gt;again...doh!&lt;/p&gt;
</title><link>https://faq.i3wm.org/question/603/no-prompt-in-terminal/?comment=945#comment-945</link><description>thanks for posting your answer.. was myself 'struggling' as well :-) again.. duh!</description><pubDate>Tue, 25 Dec 2012 12:20:20 +0000</pubDate><guid>https://faq.i3wm.org/question/603/no-prompt-in-terminal/?comment=945#comment-945</guid></item></channel></rss>