Skip to content

Instantly share code, notes, and snippets.

@RogWilco
Created August 22, 2013 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RogWilco/6310508 to your computer and use it in GitHub Desktop.
Save RogWilco/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