<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fish Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/fish/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 18 Jun 2021 19:47:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install Fish Shell on Ubuntu 20.04</title>
		<link>https://www.osradar.com/install-fish-shell-ubuntu/</link>
					<comments>https://www.osradar.com/install-fish-shell-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sun, 20 Jun 2021 23:45:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fish]]></category>
		<category><![CDATA[focal]]></category>
		<category><![CDATA[Focal Fossa]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=30729</guid>

					<description><![CDATA[<p>Hello, friends. In this post, you will learn how to install Fish Shell on Ubuntu 20.04. And not only that but you will learn how to get the latest stable version. The best definition of what Fish Shell is is provided by the project website. Fish is a smart and user-friendly command-line shell for Linux, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-fish-shell-ubuntu/">How to install Fish Shell on Ubuntu 20.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, friends. In this post, you will learn how to install Fish Shell on <a href="https://www.osradar.com/tag/focal" target="_blank" rel="noreferrer noopener"><em>Ubuntu</em> 20.04</a>. And not only that but you will learn how to get the latest stable version.</p>



<p>The best definition of what Fish Shell is is provided by the <a href="https://fishshell.com/">project website</a>.</p>



<blockquote class="wp-block-quote"><p>Fish is a smart and user-friendly command-line shell for Linux, macOS, and the rest of the family.</p></blockquote>



<p>Some of the main features of Fish are</p>



<ul><li>Autosuggestions</li><li>Fully scriptable.</li><li>its syntax is simple, clean, and consistent.</li></ul>



<p>This shell we will only have to install it to start using it in a short time. Forget about complicated configurations and installing add-ons or extra plugins.</p>



<h2 id="install-the-latest-version-of-fish-shell-on-ubuntu-20.04"><a href="#install-the-latest-version-of-fish-shell-on-ubuntu-20.04" name="install-the-latest-version-of-fish-shell-on-ubuntu-20.04"></a>Install the latest version of Fish Shell on Ubuntu 20.04</h2>



<p>Installing the latest version of Fish Shell guarantees us to use a modern version, with many bugs fixed but above all, with important new features for us to take advantage of.</p>



<p>So whenever we can, we should always get the latest stable version.</p>



<p>So, to do this, open a terminal and make sure that Ubuntu is fully up to date</p>



<pre class="wp-block-preformatted">sudo apt update
sudo apt upgrade</pre>



<p>Now proceed to add the Fish repository for Ubuntu</p>



<pre class="wp-block-preformatted">sudo apt-add-repository ppa:fish-shell/release-3</pre>



<p>Next, refresh APT so that the repository is already part of the system</p>



<pre class="wp-block-preformatted">sudo apt update</pre>



<p>And proceed to install Fish by running</p>



<pre class="wp-block-preformatted">sudo apt install fish</pre>



<p>Now just open a terminal and run</p>



<pre class="wp-block-preformatted">fish</pre>



<h2 id="making-fish-the-default-shell"><a href="#making-fish-the-default-shell" name="making-fish-the-default-shell"></a>Making Fish the default shell</h2>



<p>If you install Fish it is because you want to use it and the best way to do that is to set Fish as the default shell.</p>



<p>To do this just run</p>



<pre class="wp-block-preformatted">chsh -s /usr/bin/fish</pre>



<p>If you want to revert the change, you can do it as follows:</p>



<pre class="wp-block-preformatted">chsh -s /bin/bash</pre>



<p>So, enjoy it.</p>



<h2 id="conclusion"><a href="#conclusion" name="conclusion"></a>Conclusion</h2>



<p>Fish shell is a valid alternative to Bash as far as shell is concerned. Fast and handy it can help us with our daily terminal tasks. Now you know how to install it without any problems.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-fish-shell-ubuntu/">How to install Fish Shell on Ubuntu 20.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-fish-shell-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Enjoy Fish Shell on Linux</title>
		<link>https://www.osradar.com/enjoy-fish-shell-on-linux/</link>
					<comments>https://www.osradar.com/enjoy-fish-shell-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Thu, 15 Nov 2018 15:09:33 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[fish]]></category>
		<category><![CDATA[fish shell]]></category>
		<category><![CDATA[fish shell linux]]></category>
		<category><![CDATA[linux shell]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=7344</guid>

					<description><![CDATA[<p>In the case of Linux, the shell is like the heart of the entire system. The shell enables all the commands to run. A number of system apps rely on the shell scripts to work. In a word, without the shell, a Linux system is hardly Linux at all. There are a number of available [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/enjoy-fish-shell-on-linux/">Enjoy Fish Shell on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In the case of Linux, the shell is like the heart of the entire system. The shell enables all the commands to run. A number of system apps rely on the shell scripts to work. In a word, without the shell, a Linux system is hardly Linux at all.</p>
<p>There are a number of available shells for the Linux platform, for example, <a href="https://www.osradar.com/switch-to-zsh-on-linux/">ZSH</a> and <a href="https://www.osradar.com/c-shell-the-programmers-shell/">C Shell</a> etc. Today, let’s party with the Fish! Fish shell is another popular alternative shell for Bash, the classic Linux shell.</p>
<p>The Fish shell comes up with a really cool look and coloring. Moreover, you get an auto-completion feature. This part remembers the commands you ran in the past and suggests them as you type your command.</p>
<h1>Installing Fish shell</h1>
<p>Run the following command(s) according to your Linux distro –</p>
<ul>
<li>Ubuntu</li>
</ul>
<pre class="">sudo apt install fish</pre>
<p><img loading="lazy" class="size-full wp-image-7350 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/fish-6.png" alt="" width="1060" height="734" srcset="https://www.osradar.com/wp-content/uploads/2018/11/fish-6.png 1060w, https://www.osradar.com/wp-content/uploads/2018/11/fish-6-300x208.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/fish-6-768x532.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/fish-6-1024x709.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/fish-6-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/11/fish-6-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2018/11/fish-6-696x482.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/fish-6-607x420.png 607w" sizes="(max-width: 1060px) 100vw, 1060px" /></p>
<ul>
<li>Debian</li>
</ul>
<pre class="">sudo apt-get install fish</pre>
<ul>
<li>OpenSUSE</li>
</ul>
<pre class="">sudo zypper install fish</pre>
<ul>
<li>Fedora</li>
</ul>
<pre class="">sudo dnf install fish</pre>
<ul>
<li>Arch Linux</li>
</ul>
<pre class="">sudo pacman -S fish</pre>
<ul>
<li>Generic Linux instruction</li>
</ul>
<p><a href="https://fishshell.com/">Download the source code of Fish shell</a>.</p>
<p>Run the following commands –</p>
<pre class="">tar -xzvf fish-2.7.1.tar.gz

cd fish-2.7.1/

./configure

make -j4

sudo make install</pre>
<h1><img loading="lazy" class="size-full wp-image-7345 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/fish-1.png" alt="" width="903" height="521" srcset="https://www.osradar.com/wp-content/uploads/2018/11/fish-1.png 903w, https://www.osradar.com/wp-content/uploads/2018/11/fish-1-300x173.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/fish-1-768x443.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/fish-1-696x402.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/fish-1-728x420.png 728w" sizes="(max-width: 903px) 100vw, 903px" /> <img loading="lazy" class="size-full wp-image-7346 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/fish-2.png" alt="" width="1060" height="734" srcset="https://www.osradar.com/wp-content/uploads/2018/11/fish-2.png 1060w, https://www.osradar.com/wp-content/uploads/2018/11/fish-2-300x208.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/fish-2-768x532.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/fish-2-1024x709.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/fish-2-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/11/fish-2-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2018/11/fish-2-696x482.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/fish-2-607x420.png 607w" sizes="(max-width: 1060px) 100vw, 1060px" /> <img loading="lazy" class="size-full wp-image-7347 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/fish-3.png" alt="" width="1055" height="664" srcset="https://www.osradar.com/wp-content/uploads/2018/11/fish-3.png 1055w, https://www.osradar.com/wp-content/uploads/2018/11/fish-3-300x189.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/fish-3-768x483.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/fish-3-1024x644.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/fish-3-696x438.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/fish-3-667x420.png 667w" sizes="(max-width: 1055px) 100vw, 1055px" /> <img loading="lazy" class="size-full wp-image-7348 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/fish-4.png" alt="" width="1060" height="734" srcset="https://www.osradar.com/wp-content/uploads/2018/11/fish-4.png 1060w, https://www.osradar.com/wp-content/uploads/2018/11/fish-4-300x208.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/fish-4-768x532.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/fish-4-1024x709.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/fish-4-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/11/fish-4-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2018/11/fish-4-696x482.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/fish-4-607x420.png 607w" sizes="(max-width: 1060px) 100vw, 1060px" /> <img loading="lazy" class="size-full wp-image-7349 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/fish-5.png" alt="" width="1060" height="734" srcset="https://www.osradar.com/wp-content/uploads/2018/11/fish-5.png 1060w, https://www.osradar.com/wp-content/uploads/2018/11/fish-5-300x208.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/fish-5-768x532.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/fish-5-1024x709.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/fish-5-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/11/fish-5-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2018/11/fish-5-696x482.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/fish-5-607x420.png 607w" sizes="(max-width: 1060px) 100vw, 1060px" /></h1>
<h1>Changing the default shell</h1>
<p>Now, you have to change your default shell. Run the following command –</p>
<pre class="">cat /etc/shells

chsh</pre>
<p><img loading="lazy" class="size-full wp-image-7351 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/fish-7.png" alt="" width="1075" height="236" srcset="https://www.osradar.com/wp-content/uploads/2018/11/fish-7.png 1075w, https://www.osradar.com/wp-content/uploads/2018/11/fish-7-300x66.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/fish-7-768x169.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/fish-7-1024x225.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/fish-7-696x153.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/fish-7-1068x234.png 1068w" sizes="(max-width: 1075px) 100vw, 1075px" /></p>
<p>Enter the following value –</p>
<pre class="">/usr/bin/fish</pre>
<p><img loading="lazy" class="size-full wp-image-7352 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/fish-8.png" alt="" width="1079" height="172" srcset="https://www.osradar.com/wp-content/uploads/2018/11/fish-8.png 1079w, https://www.osradar.com/wp-content/uploads/2018/11/fish-8-300x48.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/fish-8-768x122.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/fish-8-1024x163.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/fish-8-696x111.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/fish-8-1068x170.png 1068w" sizes="(max-width: 1079px) 100vw, 1079px" /></p>
<p>Restart your system.</p>
<p><img loading="lazy" class="size-full wp-image-7353 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/fish-9.png" alt="" width="1079" height="127" srcset="https://www.osradar.com/wp-content/uploads/2018/11/fish-9.png 1079w, https://www.osradar.com/wp-content/uploads/2018/11/fish-9-300x35.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/fish-9-768x90.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/fish-9-1024x121.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/fish-9-696x82.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/fish-9-1068x126.png 1068w" sizes="(max-width: 1079px) 100vw, 1079px" /> <img loading="lazy" class="size-full wp-image-7354 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/fish-10.png" alt="" width="1072" height="87" srcset="https://www.osradar.com/wp-content/uploads/2018/11/fish-10.png 1072w, https://www.osradar.com/wp-content/uploads/2018/11/fish-10-300x24.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/fish-10-768x62.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/fish-10-1024x83.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/fish-10-696x56.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/fish-10-1068x87.png 1068w" sizes="(max-width: 1072px) 100vw, 1072px" /></p>
<p>Voila! Fish now is your default shell.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/enjoy-fish-shell-on-linux/">Enjoy Fish Shell on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/enjoy-fish-shell-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
