mac terminal 常规设置
Last login: Wed Oct 18 15:30:39 on ttys005
>>> ~
$ home
-bash: home: command not found
>>> ~
$ sujiehao
>>> ~
$ ls
Desktop Library Pictures eclipse-workspace
Documents Movies Public lua-5.3.0
Downloads Music eclipse lua-5.3.0.tar.gz
>>> ~
$ root
>>> /
$ ls
Applications bin net
Library cores private
Network dev sbin
System etc tmp
Users home usr
Volumes installer.failurerequests var
>>> /
$ home
-bash: home: command not found
>>> /
$ sujiehao
>>> ~
$ ls
Desktop Library Pictures eclipse-workspace
Documents Movies Public lua-5.3.0
Downloads Music eclipse lua-5.3.0.tar.gz
>>> ~
$ vim ~/.bashrc
PS1='>>> \w\012\$ '
export SVN_EDITOR=vim
export LS_OPTIONS='--color=auto'
export CLICOLOR=1
export LSCOLORS=gxfxaxdxcxegedabagacad
alias rm="rm -i"
alias work="cd ~/Documents/slots/slots-asian/dev/"
#alias .svnignore="svn propedit svn:ignore "
alias sujiehao="cd ~/"
alias root="cd ~/../../"
~
~
~
~
~
~
~
~
"~/.bashrc" 15L, 298C