Skip to content

Commit

Permalink
Override rm alias so that it doesn't prompt every time
Browse files Browse the repository at this point in the history
  • Loading branch information
skwp committed Sep 28, 2012
1 parent c29276b commit 900c804
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh/rm.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Override rm -i alias which makes rm prompt for every action
alias rm='nocorrect rm'

0 comments on commit 900c804

Please sign in to comment.