Skip to content

Instantly share code, notes, and snippets.

View xhat's full-sized avatar
🤒
Out sick

xhat xhat

🤒
Out sick
View GitHub Profile
@xhat
xhat / gist:3952722
Created October 25, 2012 14:02
alias cd
alias cd=x1
function x1() {
builtin cd "$@"
ls
}
--------------------------------
贴gist到v2ex的方法是直接粘贴链接如:
http://gist.github.com/3952722
--------------------------------