Skip to content

Instantly share code, notes, and snippets.

@ericbmerritt
Created October 15, 2015 20:42
Show Gist options
  • Save ericbmerritt/fb2d8c34af49af71b0eb to your computer and use it in GitHub Desktop.
Save ericbmerritt/fb2d8c34af49af71b0eb to your computer and use it in GitHub Desktop.
customized cd command for 'win' shell of the acme editor
#
# Fix the cd command for use with acme
#
cd() {
builtin cd $1 && awd
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment