diff --git a/shell/alias/rm.sh b/shell/alias/rm.sh new file mode 100644 index 0000000..0d42f42 --- /dev/null +++ b/shell/alias/rm.sh @@ -0,0 +1,6 @@ +# remove interactively +rmi() { + rm \ + --interactive \ + "${@}" +}