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