13,009
回編集
|  (→概要) | |||
| 51行目: | 51行目: | ||
|   make install |   make install | ||
| <br> | <br> | ||
| ==== 設定 ==== | |||
| .profileファイルや.bashrcファイル等に、Fishのパスを設定する。<br> | .profileファイルや.bashrcファイル等に、Fishのパスを設定する。<br> | ||
|   vi ~/.profile |   vi ~/.profile | ||
| 58行目: | 59行目: | ||
|   export PATH="/<Fishのインストールディレクトリ>/bin:$PATH" |   export PATH="/<Fishのインストールディレクトリ>/bin:$PATH" | ||
| <br> | <br> | ||
| Fishの設定を反映させる場合、以下のコマンドを実行する。<br> | |||
|  source ~/.config/fish/config.fish | |||
| <br><br> | <br><br> | ||