Fish - The Friendly Interactive Shell
Author | Created | Modified | Format |
---|---|---|---|
Xin Li | [2019-05-03 Fri 00:00:00] | [2022-08-14 Sun 03:42:41] | org-mode |
Table of Contents
Installation
Change default shell to fish
If you log in again, the default shell should change to fish
.
和訳
もう一度ログインすると、デフォルトのシェルが
fish
に変更されるはずです。
When you are using openSUSE and set the default shell to fish
,
if you get errors related to hostname
, install hostname
with the following command.
和訳
openSUSEを使用していて、デフォルトのシェルを
fish
に設定したとき、hostname
に関するエラーが出た場合は、次のコマンドでhostname
をインストールします。
Configuration
You can refer to my fish configuration.
About environment variables
You can define environment variables in fish with the following command.
This method is very convenient in fish, but when I tested it on Ubuntu installed on Jetson Nano,
it didn't work properly unless I set PYTHONPATH
as follows.
By the way, when I tested it on macOS, there was no problem with any method.
和訳
この方法はfishでは非常に便利なのですが、Jetson NanoにインストールしたUbuntuでテストしたところ、
PYTHONPATH
は以下のように設定しないとうまく機能しませんでした。 ちなみに、macOSでテストしたところ、どの方法でも問題ありませんでした。