Skip to content

Instantly share code, notes, and snippets.

@chendeshen
Forked from xhat/gist:3952722
Created October 26, 2012 14:04
Show Gist options
  • Save chendeshen/3959002 to your computer and use it in GitHub Desktop.
Save chendeshen/3959002 to your computer and use it in GitHub Desktop.
alias cd
alias cd=x1
function x1() {
builtin cd "$@"
ls
}
--------------------------------
贴gist到v2ex的方法是直接粘贴链接如:
http://gist.github.com/3952722
--------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment