Skip to content

Commit

Permalink
Shell: trash.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Nov 18, 2024
1 parent 38907dd commit a4c6fd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .config/shell/lazy/trash.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env sh

if command_exists trash; then
alias rm='trash'
fi
3 changes: 0 additions & 3 deletions .config/shell/lazy/trash.zsh

This file was deleted.

0 comments on commit a4c6fd0

Please sign in to comment.