13,133
回編集
(→設定) |
|||
| 68行目: | 68行目: | ||
==== 設定 ==== | ==== 設定 ==== | ||
. | 必要であれば、~/.profileファイル等にFishのパスを設定する。<br> | ||
vi ~/.profile | vi ~/.profile | ||
<br> | <br> | ||
<syntaxhighlight lang="sh"> | |||
# ~/.profileファイル | # ~/.profileファイル | ||
export PATH="/<Fishのインストールディレクトリ>/bin:$PATH" | export PATH="/<Fishのインストールディレクトリ>/bin:$PATH" | ||
< | </syntaxhighlight> | ||
<br><br> | <br><br> | ||