Created
August 22, 2013 17:48
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias fuckit="cd ..; rm -rf ~-" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment