Skip to content

Instantly share code, notes, and snippets.

@nepsilon
Last active July 12, 2016 07:06
Show Gist options
  • Save nepsilon/8b18f20eafd7fed601a4 to your computer and use it in GitHub Desktop.
Save nepsilon/8b18f20eafd7fed601a4 to your computer and use it in GitHub Desktop.
A mix of bash/zsh goodies — First published in fullweb.io issue #5

A mix of bash/zsh goodies

Expansion:

# same as mv file.txt file.md:
$ mv file.{txt,md}

Back to your previous working directory:

$ cd -

Jump to your home directory:

$ cd

Use previous arguments value with !$:

$ mkdir /var/www/site.com/very/long/path/folder
$ cd !$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment