转自:http://foreverdo.diandian.com/post/2012-09-20/40038034798 How to make .gitignore works? Just got the answer from the IRC channel. Running command: git rm -r --cached .(delete all cached file)此处注意啊 末尾有个 空格+点 This removes everything from the index,…
我的环境是 centos 6.5 x64 安装 oh my zsh 后,home end 键失效,解决办法为在 .zshrc 里添加设置如下 #Rebind HOME and END to do the decent thing: bindkey '\e[1~' beginning-of-line bindkey '\e[4~' end-of-line case $TERM in (xterm*) bindkey '\eOH' beginning-of-line bindkey '\eOF' e…