Skip to content

Instantly share code, notes, and snippets.

@furaji
Last active August 29, 2015 14:00
Show Gist options
  • Save furaji/11037983 to your computer and use it in GitHub Desktop.
Save furaji/11037983 to your computer and use it in GitHub Desktop.
zshのインストール

$ sudo yum -y install zsh

現在のログイン・シェル確認

$ echo $SHELL

利用可能なシェルの一覧

$ cat /etc/shells
/bin/sh
/bin/bash
/sbin/nologin
/bin/dash
/bin/ksh
/usr/bin/tmux
/bin/zsh

ログイン・シェルの設定

$ chsh
New shell [/bin/zsh]: /bin/zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment