(1) 打開終端,輸入以下,進入vim編輯器
vim ~/.bash_profile
shell
(2) 將如下代碼增長到.bash_profile文件的結尾vim
export CLICOLOR=1 export LSCOLORS=gxfxcxdxbxegedabagacad export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ ' export TERM=xterm-256color(3) 保存後重啓iterm2,會看到顏色變成了彩色
(4) 下載選擇本身的主題
bash
(5) 背景改爲透明或者本身的圖片
編輯器
(6) tips - vim的經常使用命令字體
:q 不保存退出 :wq 保存後退出 默認爲非修改模式 i 進入插入模式 esc 退出插入模式