On 21 January 2012, at 10:09, Carlos Villuendas Zambrana wrote:
> …
> Since i can load .tmux.conf file, the bindings key work properly, but i have
> the problem that tmux change my prompt console with the generic "bash-3.2$"
> ...
>
> I am used this one http://files.floriancrouzat.net/dotfiles/
Thx a lot, really ...
Work perfect now ...
:)
El 21/01/2012, a las 17:15, Nicholas Marriott escribió:
> set -g default-command ""
--
Try before you buy = See our experts in action!
The most comprehensive online learnin
.bash_profile is not read unless you start a login shell. That
default-command line makes tmux not start a login shell.
You probably didn't restart tmux once you removed it.
Or do this instead:
C-b : set -g default-command ""
On Sat, Jan 21, 2012 at 01:51:28PM +0100, Carlos Villuendas Zambran
On Sat, Jan 21, 2012 at 01:33:11PM +0100, Carlos Villuendas Zambrana wrote:
> Thx all,
>
> I removed that line but nothing happen yet lost my prompt when i start tmux
> ...
>
> That is so much annoyed because in my prompt i have information about my git
> brach and others things
Ok, IMO, thi
Hi,
In my ~/.bash_profile ( Mac Os Lion ),I have this line to config my promt:
# prompt
PS1='\u@\h \w\n\[\033[01;32m\]$(__git_ps1 "(%s)
")\[\033[01;31m\]λ\[\033[01;37m\] '
ANd this work for my normal terminal, the problem came when I start tmux, i
guess that luch a new bash console who replace
Thx all,
I removed that line but nothing happen yet lost my prompt when i start tmux ...
That is so much annoyed because in my prompt i have information about my git
brach and others things
Any idea ?
Thx a lot.
El 21/01/2012, a las 11:25, Nicholas Marriott escribió:
> Comment out this line
Comment out this line:
set-option -g default-command "exec /bin/bash"
On Sat, Jan 21, 2012 at 11:09:53AM +0100, Carlos Villuendas Zambrana wrote:
>Hi all again!
>Since i can load .tmux.conf file, the bindings key work properly, but i
>have the problem that tmux change my prompt conso
On 21 January 2012 10:09, Carlos Villuendas Zambrana
wrote:
> Hi all again!
>
> Since i can load .tmux.conf file, the bindings key work properly, but i have
> the problem that tmux change my prompt console with the generic "bash-3.2$"
> ...
>
> I am used this
> one http://files.floriancrouzat.net/