---我把这些词汇搜索了一遍,因为我不理解他们,先搜索一遍,让自己对他们有个概念的好-----
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目录了
网友评论