Home | Mirror | Search | ITEYE 博客 | OSChina 博客 | 51CTO 博客

第 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
		
comments powered by Disqus