Ubuntu 16.04 Terminal auto-run
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
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?
16.04
add a comment |Â
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?
16.04
add a comment |Â
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?
16.04
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?
16.04
asked May 16 at 19:47
![](https://i.stack.imgur.com/lFHD3.jpg?s=32&g=1)
![](https://i.stack.imgur.com/lFHD3.jpg?s=32&g=1)
CalebO5
176
176
add a comment |Â
add a comment |Â
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.
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
 |Â
show 1 more comment
up vote
0
down vote
All I did was this
- nano ~/.bashrc
- Go down to the bottom and type in this
a. #NeoFetch (Enter) neofetch - Save the file with Control + X, Enter, Y
And thats it! It now works
add a comment |Â
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.
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
 |Â
show 1 more comment
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.
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
 |Â
show 1 more comment
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.
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.
answered May 16 at 20:00
![](https://i.stack.imgur.com/EvNIG.png?s=32&g=1)
![](https://i.stack.imgur.com/EvNIG.png?s=32&g=1)
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
 |Â
show 1 more comment
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
 |Â
show 1 more comment
up vote
0
down vote
All I did was this
- nano ~/.bashrc
- Go down to the bottom and type in this
a. #NeoFetch (Enter) neofetch - Save the file with Control + X, Enter, Y
And thats it! It now works
add a comment |Â
up vote
0
down vote
All I did was this
- nano ~/.bashrc
- Go down to the bottom and type in this
a. #NeoFetch (Enter) neofetch - Save the file with Control + X, Enter, Y
And thats it! It now works
add a comment |Â
up vote
0
down vote
up vote
0
down vote
All I did was this
- nano ~/.bashrc
- Go down to the bottom and type in this
a. #NeoFetch (Enter) neofetch - Save the file with Control + X, Enter, Y
And thats it! It now works
All I did was this
- nano ~/.bashrc
- Go down to the bottom and type in this
a. #NeoFetch (Enter) neofetch - Save the file with Control + X, Enter, Y
And thats it! It now works
answered May 17 at 20:47
![](https://i.stack.imgur.com/lFHD3.jpg?s=32&g=1)
![](https://i.stack.imgur.com/lFHD3.jpg?s=32&g=1)
CalebO5
176
176
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password