Skip to content

Instantly share code, notes, and snippets.

@deanlxvii
Created December 12, 2011 09:19
Show Gist options
  • Save deanlxvii/1466141 to your computer and use it in GitHub Desktop.
Save deanlxvii/1466141 to your computer and use it in GitHub Desktop.
change dir and list
# include this in the .bashrc
cs () {
cd $1
ls
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment