How to add image to Linux prompt? [duplicate]

The name of the pictureThe name of the pictureThe name of the pictureClash 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
enter image description here



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.







share|improve this question











marked as duplicate by Kusalananda linux
Users with the  linux badge can single-handedly close linux questions as duplicates and reopen them as needed.

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.


















    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
    enter image description here



    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.







    share|improve this question











    marked as duplicate by Kusalananda linux
    Users with the  linux badge can single-handedly close linux questions as duplicates and reopen them as needed.

    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.
















      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
      enter image description here



      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.







      share|improve this question












      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
      enter image description here



      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









      share|improve this question










      share|improve this question




      share|improve this question









      asked Jun 13 at 13:56









      CppLearner

      3481211




      3481211




      marked as duplicate by Kusalananda linux
      Users with the  linux badge can single-handedly close linux questions as duplicates and reopen them as needed.

      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 linux
      Users with the  linux badge can single-handedly close linux questions as duplicates and reopen them as needed.

      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.






















          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.






          share|improve this answer






























            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.






            share|improve this answer



























              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.






              share|improve this answer

























                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.






                share|improve this answer















                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.







                share|improve this answer















                share|improve this answer



                share|improve this answer








                edited Jun 13 at 14:21


























                answered Jun 13 at 14:01









                Stephen Kitt

                139k22301363




                139k22301363












                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay