Skip to content

Commit 6a0f74c

Browse files
authored
safer rm
1 parent 8fbe1af commit 6a0f74c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.bash_aliases

+4-2
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,7 @@ done
8787
# print each PATH entry on a separate line
8888
alias paths='echo -e ${PATH//:/\\n}'
8989

90-
# is `fs` fn better?
91-
alias sizeof="stat -Lc'%s'"
90+
alias sizeof="stat -Lc'%s'"
91+
92+
# safer
93+
alias rm='rm -Iv'

0 commit comments

Comments
 (0)