This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias cd=x1 | |
function x1() { | |
builtin cd "$@" | |
ls | |
} | |
-------------------------------- | |
贴gist到v2ex的方法是直接粘贴链接如: | |
http://gist.github.com/3952722 | |
-------------------------------- |
NewerOlder