更改freebsd使用习惯
/ / 点击 /用惯了Centos,不大习惯freebsd7默认安装的vim
在自己的用户目录新建.vimrc,添加内容 set nocp 即可
freebsd 更改shell为bash
1 | cd /usr/ports/shells/bash |
vi .profile
添加
1 | alias ls=’ls -G’ |
1 | source .profile |
全文完。
用惯了Centos,不大习惯freebsd7默认安装的vim
在自己的用户目录新建.vimrc,添加内容 set nocp 即可
freebsd 更改shell为bash
1 | cd /usr/ports/shells/bash |
vi .profile
添加
1 | alias ls=’ls -G’ |
1 | source .profile |