How to add image to Linux prompt? [duplicate]
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
This question already has an answer here:
Awesome symbols and characters in a bash prompt
3 answers
How to get the arrow style bash prompt after installing powerline?
2 answers
I was just watching a video and came across the below prompt
Seems like lightening image is at the first and some big arrow like structure to display the directory path. Do you know how to do this in putty please? Thanks.
linux prompt images
marked as duplicate by Kusalananda
StackExchange.ready(function()
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();
);
);
);
Jun 13 at 14:13
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
0
down vote
favorite
This question already has an answer here:
Awesome symbols and characters in a bash prompt
3 answers
How to get the arrow style bash prompt after installing powerline?
2 answers
I was just watching a video and came across the below prompt
Seems like lightening image is at the first and some big arrow like structure to display the directory path. Do you know how to do this in putty please? Thanks.
linux prompt images
marked as duplicate by Kusalananda
StackExchange.ready(function()
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();
);
);
);
Jun 13 at 14:13
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This question already has an answer here:
Awesome symbols and characters in a bash prompt
3 answers
How to get the arrow style bash prompt after installing powerline?
2 answers
I was just watching a video and came across the below prompt
Seems like lightening image is at the first and some big arrow like structure to display the directory path. Do you know how to do this in putty please? Thanks.
linux prompt images
This question already has an answer here:
Awesome symbols and characters in a bash prompt
3 answers
How to get the arrow style bash prompt after installing powerline?
2 answers
I was just watching a video and came across the below prompt
Seems like lightening image is at the first and some big arrow like structure to display the directory path. Do you know how to do this in putty please? Thanks.
This question already has an answer here:
Awesome symbols and characters in a bash prompt
3 answers
How to get the arrow style bash prompt after installing powerline?
2 answers
linux prompt images
asked Jun 13 at 13:56
CppLearner
3481211
3481211
marked as duplicate by Kusalananda
StackExchange.ready(function()
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();
);
);
);
Jun 13 at 14:13
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Kusalananda
StackExchange.ready(function()
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();
);
);
);
Jun 13 at 14:13
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
This is implemented using some standard Unicode characters and some special Unicode characters used for Powerline. This particular version looks like the Agnoster zsh
theme. The characters involved are u2699,
ñ, î , â¦, âÂÂ, â¡, âÂÂ.
You can adapt this to other shells and other terminals (such as PuTTY) by, on the one hand, changing your prompt setting (PS1
), and on the other, configuring your terminal to use a font with the appropriate characters. IâÂÂm not sure ksh
supports the features required to get all the VCS features (branch indicators etc.), but you should at least be able to replicate the arrow.
See Why are these fancy characters not shown in my prompt?, How to configure PuTTY to display these characters?, and How to get the arrow style bash prompt after installing powerline? for more information.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
This is implemented using some standard Unicode characters and some special Unicode characters used for Powerline. This particular version looks like the Agnoster zsh
theme. The characters involved are u2699,
ñ, î , â¦, âÂÂ, â¡, âÂÂ.
You can adapt this to other shells and other terminals (such as PuTTY) by, on the one hand, changing your prompt setting (PS1
), and on the other, configuring your terminal to use a font with the appropriate characters. IâÂÂm not sure ksh
supports the features required to get all the VCS features (branch indicators etc.), but you should at least be able to replicate the arrow.
See Why are these fancy characters not shown in my prompt?, How to configure PuTTY to display these characters?, and How to get the arrow style bash prompt after installing powerline? for more information.
add a comment |Â
up vote
2
down vote
accepted
This is implemented using some standard Unicode characters and some special Unicode characters used for Powerline. This particular version looks like the Agnoster zsh
theme. The characters involved are u2699,
ñ, î , â¦, âÂÂ, â¡, âÂÂ.
You can adapt this to other shells and other terminals (such as PuTTY) by, on the one hand, changing your prompt setting (PS1
), and on the other, configuring your terminal to use a font with the appropriate characters. IâÂÂm not sure ksh
supports the features required to get all the VCS features (branch indicators etc.), but you should at least be able to replicate the arrow.
See Why are these fancy characters not shown in my prompt?, How to configure PuTTY to display these characters?, and How to get the arrow style bash prompt after installing powerline? for more information.
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
This is implemented using some standard Unicode characters and some special Unicode characters used for Powerline. This particular version looks like the Agnoster zsh
theme. The characters involved are u2699,
ñ, î , â¦, âÂÂ, â¡, âÂÂ.
You can adapt this to other shells and other terminals (such as PuTTY) by, on the one hand, changing your prompt setting (PS1
), and on the other, configuring your terminal to use a font with the appropriate characters. IâÂÂm not sure ksh
supports the features required to get all the VCS features (branch indicators etc.), but you should at least be able to replicate the arrow.
See Why are these fancy characters not shown in my prompt?, How to configure PuTTY to display these characters?, and How to get the arrow style bash prompt after installing powerline? for more information.
This is implemented using some standard Unicode characters and some special Unicode characters used for Powerline. This particular version looks like the Agnoster zsh
theme. The characters involved are u2699,
ñ, î , â¦, âÂÂ, â¡, âÂÂ.
You can adapt this to other shells and other terminals (such as PuTTY) by, on the one hand, changing your prompt setting (PS1
), and on the other, configuring your terminal to use a font with the appropriate characters. IâÂÂm not sure ksh
supports the features required to get all the VCS features (branch indicators etc.), but you should at least be able to replicate the arrow.
See Why are these fancy characters not shown in my prompt?, How to configure PuTTY to display these characters?, and How to get the arrow style bash prompt after installing powerline? for more information.
edited Jun 13 at 14:21
answered Jun 13 at 14:01
Stephen Kitt
139k22301363
139k22301363
add a comment |Â
add a comment |Â