What's wrong with the command prompt?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












Something's wrong with my ubuntu. The command prompt suddenly changes from maixaolong@709-dl-server:~$ to something in the picture below. How can I fix this?



enter image description here










share|improve this question









New contributor




Chan mankong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Did you change your login shell (perhaps to zsh)?
    – steeldriver
    3 hours ago










  • @steeldriver, Oh yes, someone changed the login shell to zsh, how can I set it back to bash?
    – Chan mankong
    3 hours ago










  • @karel That looks like PuTTY, which would have a shell through SSH.
    – Chai T. Rex
    3 hours ago














up vote
1
down vote

favorite












Something's wrong with my ubuntu. The command prompt suddenly changes from maixaolong@709-dl-server:~$ to something in the picture below. How can I fix this?



enter image description here










share|improve this question









New contributor




Chan mankong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Did you change your login shell (perhaps to zsh)?
    – steeldriver
    3 hours ago










  • @steeldriver, Oh yes, someone changed the login shell to zsh, how can I set it back to bash?
    – Chan mankong
    3 hours ago










  • @karel That looks like PuTTY, which would have a shell through SSH.
    – Chai T. Rex
    3 hours ago












up vote
1
down vote

favorite









up vote
1
down vote

favorite











Something's wrong with my ubuntu. The command prompt suddenly changes from maixaolong@709-dl-server:~$ to something in the picture below. How can I fix this?



enter image description here










share|improve this question









New contributor




Chan mankong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











Something's wrong with my ubuntu. The command prompt suddenly changes from maixaolong@709-dl-server:~$ to something in the picture below. How can I fix this?



enter image description here







xubuntu






share|improve this question









New contributor




Chan mankong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Chan mankong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 3 hours ago





















New contributor




Chan mankong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 4 hours ago









Chan mankong

83




83




New contributor




Chan mankong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Chan mankong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Chan mankong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • Did you change your login shell (perhaps to zsh)?
    – steeldriver
    3 hours ago










  • @steeldriver, Oh yes, someone changed the login shell to zsh, how can I set it back to bash?
    – Chan mankong
    3 hours ago










  • @karel That looks like PuTTY, which would have a shell through SSH.
    – Chai T. Rex
    3 hours ago
















  • Did you change your login shell (perhaps to zsh)?
    – steeldriver
    3 hours ago










  • @steeldriver, Oh yes, someone changed the login shell to zsh, how can I set it back to bash?
    – Chan mankong
    3 hours ago










  • @karel That looks like PuTTY, which would have a shell through SSH.
    – Chai T. Rex
    3 hours ago















Did you change your login shell (perhaps to zsh)?
– steeldriver
3 hours ago




Did you change your login shell (perhaps to zsh)?
– steeldriver
3 hours ago












@steeldriver, Oh yes, someone changed the login shell to zsh, how can I set it back to bash?
– Chan mankong
3 hours ago




@steeldriver, Oh yes, someone changed the login shell to zsh, how can I set it back to bash?
– Chan mankong
3 hours ago












@karel That looks like PuTTY, which would have a shell through SSH.
– Chai T. Rex
3 hours ago




@karel That looks like PuTTY, which would have a shell through SSH.
– Chai T. Rex
3 hours ago










1 Answer
1






active

oldest

votes

















up vote
2
down vote



accepted










To change your login shell back to Bash, run:



chsh -s /bin/bash $USER


Then log out and log back in.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );






    Chan mankong is a new contributor. Be nice, and check out our Code of Conduct.









     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1078195%2fwhats-wrong-with-the-command-prompt%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote



    accepted










    To change your login shell back to Bash, run:



    chsh -s /bin/bash $USER


    Then log out and log back in.






    share|improve this answer
























      up vote
      2
      down vote



      accepted










      To change your login shell back to Bash, run:



      chsh -s /bin/bash $USER


      Then log out and log back in.






      share|improve this answer






















        up vote
        2
        down vote



        accepted







        up vote
        2
        down vote



        accepted






        To change your login shell back to Bash, run:



        chsh -s /bin/bash $USER


        Then log out and log back in.






        share|improve this answer












        To change your login shell back to Bash, run:



        chsh -s /bin/bash $USER


        Then log out and log back in.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 3 hours ago









        Chai T. Rex

        3,61811132




        3,61811132




















            Chan mankong is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            Chan mankong is a new contributor. Be nice, and check out our Code of Conduct.












            Chan mankong is a new contributor. Be nice, and check out our Code of Conduct.











            Chan mankong is a new contributor. Be nice, and check out our Code of Conduct.













             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1078195%2fwhats-wrong-with-the-command-prompt%23new-answer', 'question_page');

            );

            Post as a guest













































































            Comments

            Popular posts from this blog

            Long meetings (6-7 hours a day): Being “babysat” by supervisor

            Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

            Confectionery