Skip to content

Instantly share code, notes, and snippets.

@paul-english
Created October 11, 2010 17:35
Show Gist options
  • Save paul-english/620905 to your computer and use it in GitHub Desktop.
Save paul-english/620905 to your computer and use it in GitHub Desktop.
function cdls {
cd $1;
ls;
}
alias cd=cdls
@paul-english
Copy link
Author

Because you almost always ls after a cd anyways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment