Skip to content

Instantly share code, notes, and snippets.

@nickawilliams
Created August 22, 2013 17:48
Show Gist options
  • Select an option

  • Save nickawilliams/6310508 to your computer and use it in GitHub Desktop.

Select an option

Save nickawilliams/6310508 to your computer and use it in GitHub Desktop.
This alias deletes the current working directory and moves to its immediate parent. This is particular handy for quickly deleting a scratch directory that is no longer needed.
alias fuckit="cd ..; rm -rf ~-"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment