摘要: vim ~/.vimrc 添加 " Change cursor shape between insert and normal mode in iTerm2.appif $TERM_PROGRAM =~ "iTerm" let &t_SI = "\<Esc>]50;CursorShape=1\x7" 阅读全文
posted @ 2016-09-05 14:25 全玉 阅读(4312) 评论(0) 推荐(0) 编辑
摘要: 1. vim ~/.bash_profile (无则新建) 添加 if [ -f ~/.bashrc ]; then source ~/.bashrcfi 2.vim ~/.bashrc (无则新建) 添加alias 如 alias workspace='cd ~/my/workspace' 阅读全文
posted @ 2016-09-05 11:10 全玉 阅读(4615) 评论(0) 推荐(1) 编辑