]> arthur.barton.de Git - ax-zsh.git/blob - plugins/trash/trash.zshrc
New "trash" plugin (for macOS)
[ax-zsh.git] / plugins / trash / trash.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # trash.zshrc: Setup trash(1)
3
4 # Make sure that "trash(1)" is installed
5 (( $+commands[trash] )) || return
6
7 alias rm='trash -F'