Yet Another Shell
Yet another shell (yash) is a POSIX-compliant command line shell, featuring more strict POSIX compliance than those of other shells, as well as powerful command line editing.
So far most of yash's features have been implemented, but command lin...
How to install
Yash は他の一般的な Unix 系 OS 用ソフトと同じように、./configure && make && sudo make install でインストール可能です。詳しいインストール法の説明はこちら → 英語, 日本語
Fedora 12 以...
How to use
Yash を普通に起動すれば bash や zsh などと同じように使えます。
起動時に ~/.yashrc を読み込むので、.bashrc や .zshrc などのようにいろいろカスタマイズしてみてください。(ちなみに筆者はこんな yashrc フ...