Home | 简体中文 | 繁体中文 | 杂文 | 打赏(Donations) | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | 知乎专栏 | Search | Email

第 7 章 shell

目录

7.1. Bash
7.2. zsh
7.2.1. 初始化 zsh
7.2.2. prompt

7.1. Bash

install bash

freebsd# cd /usr/ports/shells/bash
freebsd# make install clean
		

change shell

$ chsh -s /usr/local/bin/bash
Password:
chsh: user information updated
$ exit