---我把這些詞匯搜索了一遍,因為我不理解他們,先搜索一遍,讓自己對他們有個概念的好-----
zsh
shell
bash
Linux
Unix
BSD
FreeBSD
Mac OS
-------查看一下shell有多少種----
? ~ 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
? ~
--------Oh-My-Zsh 安裝--------
http://ohmyz.sh

終端命令行:sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"


cd tab鍵,一直按tab鍵選擇,譬如你選擇Documents/,然后再tab鍵,選擇Documents/下面的swift文件,然后return鍵,這樣子就進入到Documents/swift目錄了