Ubuntu 16.04 Terminal auto-run

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








up vote
0
down vote

favorite












I have Ubuntu 16.04 LTS installed on my HP Compaq 6005 SFF and I want to have neofetch run when I open up any terminal application (Yakuake especially)



So how can I make this happen?







share|improve this question
























    up vote
    0
    down vote

    favorite












    I have Ubuntu 16.04 LTS installed on my HP Compaq 6005 SFF and I want to have neofetch run when I open up any terminal application (Yakuake especially)



    So how can I make this happen?







    share|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have Ubuntu 16.04 LTS installed on my HP Compaq 6005 SFF and I want to have neofetch run when I open up any terminal application (Yakuake especially)



      So how can I make this happen?







      share|improve this question












      I have Ubuntu 16.04 LTS installed on my HP Compaq 6005 SFF and I want to have neofetch run when I open up any terminal application (Yakuake especially)



      So how can I make this happen?









      share|improve this question











      share|improve this question




      share|improve this question










      asked May 16 at 19:47









      CalebO5

      176




      176




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          Just put the command in your .bashrc file in your home directory



          nano ~/.bashrc


          Go to the bottom of the file and type neofetch.
          Once set there, it will execute every time you start your terminal.
          The .bashrc is loaded each time you start a terminal session.






          share|improve this answer




















          • Where do I find it though when I type it in it gives me this
            – CalebO5
            May 16 at 21:32










          • No command '~nano' found, did you mean: Command 'nano' from package 'nano' (main) Command 'rnano' from package 'nano' (main) ~nano: command not found
            – CalebO5
            May 16 at 21:32










          • (Command from terminal)
            – CalebO5
            May 16 at 21:33










          • nano is a text editor. Most Linux distributions have it installed by default. It's strange you don't have it. You can use any editor to do this, .bashrc is a simple text file. However, you may not be able to see it, because it starts with a dot. Search in your file manager's options and enable showing the hidden files. Then simply open .bashrc with your preferred text editor, go to the bottom and type neofetch.
            – Brood
            May 17 at 16:47










          • Ok thank you for that information and then I add neofetch's command to the .bashrc file right?
            – CalebO5
            May 17 at 17:17

















          up vote
          0
          down vote













          All I did was this



          1. nano ~/.bashrc

          2. Go down to the bottom and type in this
            a. #NeoFetch (Enter) neofetch

          3. Save the file with Control + X, Enter, Y

          And thats it! It now works






          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
            );



            );








             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1037099%2fubuntu-16-04-terminal-auto-run%23new-answer', 'question_page');

            );

            Post as a guest






























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote



            accepted










            Just put the command in your .bashrc file in your home directory



            nano ~/.bashrc


            Go to the bottom of the file and type neofetch.
            Once set there, it will execute every time you start your terminal.
            The .bashrc is loaded each time you start a terminal session.






            share|improve this answer




















            • Where do I find it though when I type it in it gives me this
              – CalebO5
              May 16 at 21:32










            • No command '~nano' found, did you mean: Command 'nano' from package 'nano' (main) Command 'rnano' from package 'nano' (main) ~nano: command not found
              – CalebO5
              May 16 at 21:32










            • (Command from terminal)
              – CalebO5
              May 16 at 21:33










            • nano is a text editor. Most Linux distributions have it installed by default. It's strange you don't have it. You can use any editor to do this, .bashrc is a simple text file. However, you may not be able to see it, because it starts with a dot. Search in your file manager's options and enable showing the hidden files. Then simply open .bashrc with your preferred text editor, go to the bottom and type neofetch.
              – Brood
              May 17 at 16:47










            • Ok thank you for that information and then I add neofetch's command to the .bashrc file right?
              – CalebO5
              May 17 at 17:17














            up vote
            0
            down vote



            accepted










            Just put the command in your .bashrc file in your home directory



            nano ~/.bashrc


            Go to the bottom of the file and type neofetch.
            Once set there, it will execute every time you start your terminal.
            The .bashrc is loaded each time you start a terminal session.






            share|improve this answer




















            • Where do I find it though when I type it in it gives me this
              – CalebO5
              May 16 at 21:32










            • No command '~nano' found, did you mean: Command 'nano' from package 'nano' (main) Command 'rnano' from package 'nano' (main) ~nano: command not found
              – CalebO5
              May 16 at 21:32










            • (Command from terminal)
              – CalebO5
              May 16 at 21:33










            • nano is a text editor. Most Linux distributions have it installed by default. It's strange you don't have it. You can use any editor to do this, .bashrc is a simple text file. However, you may not be able to see it, because it starts with a dot. Search in your file manager's options and enable showing the hidden files. Then simply open .bashrc with your preferred text editor, go to the bottom and type neofetch.
              – Brood
              May 17 at 16:47










            • Ok thank you for that information and then I add neofetch's command to the .bashrc file right?
              – CalebO5
              May 17 at 17:17












            up vote
            0
            down vote



            accepted







            up vote
            0
            down vote



            accepted






            Just put the command in your .bashrc file in your home directory



            nano ~/.bashrc


            Go to the bottom of the file and type neofetch.
            Once set there, it will execute every time you start your terminal.
            The .bashrc is loaded each time you start a terminal session.






            share|improve this answer












            Just put the command in your .bashrc file in your home directory



            nano ~/.bashrc


            Go to the bottom of the file and type neofetch.
            Once set there, it will execute every time you start your terminal.
            The .bashrc is loaded each time you start a terminal session.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered May 16 at 20:00









            Brood

            399310




            399310











            • Where do I find it though when I type it in it gives me this
              – CalebO5
              May 16 at 21:32










            • No command '~nano' found, did you mean: Command 'nano' from package 'nano' (main) Command 'rnano' from package 'nano' (main) ~nano: command not found
              – CalebO5
              May 16 at 21:32










            • (Command from terminal)
              – CalebO5
              May 16 at 21:33










            • nano is a text editor. Most Linux distributions have it installed by default. It's strange you don't have it. You can use any editor to do this, .bashrc is a simple text file. However, you may not be able to see it, because it starts with a dot. Search in your file manager's options and enable showing the hidden files. Then simply open .bashrc with your preferred text editor, go to the bottom and type neofetch.
              – Brood
              May 17 at 16:47










            • Ok thank you for that information and then I add neofetch's command to the .bashrc file right?
              – CalebO5
              May 17 at 17:17
















            • Where do I find it though when I type it in it gives me this
              – CalebO5
              May 16 at 21:32










            • No command '~nano' found, did you mean: Command 'nano' from package 'nano' (main) Command 'rnano' from package 'nano' (main) ~nano: command not found
              – CalebO5
              May 16 at 21:32










            • (Command from terminal)
              – CalebO5
              May 16 at 21:33










            • nano is a text editor. Most Linux distributions have it installed by default. It's strange you don't have it. You can use any editor to do this, .bashrc is a simple text file. However, you may not be able to see it, because it starts with a dot. Search in your file manager's options and enable showing the hidden files. Then simply open .bashrc with your preferred text editor, go to the bottom and type neofetch.
              – Brood
              May 17 at 16:47










            • Ok thank you for that information and then I add neofetch's command to the .bashrc file right?
              – CalebO5
              May 17 at 17:17















            Where do I find it though when I type it in it gives me this
            – CalebO5
            May 16 at 21:32




            Where do I find it though when I type it in it gives me this
            – CalebO5
            May 16 at 21:32












            No command '~nano' found, did you mean: Command 'nano' from package 'nano' (main) Command 'rnano' from package 'nano' (main) ~nano: command not found
            – CalebO5
            May 16 at 21:32




            No command '~nano' found, did you mean: Command 'nano' from package 'nano' (main) Command 'rnano' from package 'nano' (main) ~nano: command not found
            – CalebO5
            May 16 at 21:32












            (Command from terminal)
            – CalebO5
            May 16 at 21:33




            (Command from terminal)
            – CalebO5
            May 16 at 21:33












            nano is a text editor. Most Linux distributions have it installed by default. It's strange you don't have it. You can use any editor to do this, .bashrc is a simple text file. However, you may not be able to see it, because it starts with a dot. Search in your file manager's options and enable showing the hidden files. Then simply open .bashrc with your preferred text editor, go to the bottom and type neofetch.
            – Brood
            May 17 at 16:47




            nano is a text editor. Most Linux distributions have it installed by default. It's strange you don't have it. You can use any editor to do this, .bashrc is a simple text file. However, you may not be able to see it, because it starts with a dot. Search in your file manager's options and enable showing the hidden files. Then simply open .bashrc with your preferred text editor, go to the bottom and type neofetch.
            – Brood
            May 17 at 16:47












            Ok thank you for that information and then I add neofetch's command to the .bashrc file right?
            – CalebO5
            May 17 at 17:17




            Ok thank you for that information and then I add neofetch's command to the .bashrc file right?
            – CalebO5
            May 17 at 17:17












            up vote
            0
            down vote













            All I did was this



            1. nano ~/.bashrc

            2. Go down to the bottom and type in this
              a. #NeoFetch (Enter) neofetch

            3. Save the file with Control + X, Enter, Y

            And thats it! It now works






            share|improve this answer
























              up vote
              0
              down vote













              All I did was this



              1. nano ~/.bashrc

              2. Go down to the bottom and type in this
                a. #NeoFetch (Enter) neofetch

              3. Save the file with Control + X, Enter, Y

              And thats it! It now works






              share|improve this answer






















                up vote
                0
                down vote










                up vote
                0
                down vote









                All I did was this



                1. nano ~/.bashrc

                2. Go down to the bottom and type in this
                  a. #NeoFetch (Enter) neofetch

                3. Save the file with Control + X, Enter, Y

                And thats it! It now works






                share|improve this answer












                All I did was this



                1. nano ~/.bashrc

                2. Go down to the bottom and type in this
                  a. #NeoFetch (Enter) neofetch

                3. Save the file with Control + X, Enter, Y

                And thats it! It now works







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 17 at 20:47









                CalebO5

                176




                176






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1037099%2fubuntu-16-04-terminal-auto-run%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    pylint3 and pip3 broken

                    Missing snmpget and snmpwalk

                    How to enroll fingerprints to Ubuntu 17.10 with VFS491