備忘メモ:「.zshrc」の中身
シェルを変える時に忘れてしまうので備忘録
% cat /etc/shells # List of acceptable shells for chpass(1). # Ftpd will not allow users to connect who are not using # one of these shells. /bin/bash /bin/csh /bin/ksh /bin/sh /bin/tcsh /bin/zsh % chsh -s /bin/bash Changing shell for hoge Password for hoge
そして再度ログインすれば変わっている