Move rm=trash alias to bottom to avoid conflic with synth-greeter

This commit is contained in:
tosu 2023-02-14 02:04:38 +01:00
parent 52106f498d
commit 2495f8ad25
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,6 @@ alias aptclean='sudo apt update && sudo apt upgrade && sudo apt autoremove && su
alias paruuu='yes | sudo pacman -Sy archlinux-keyring && yes | sudo pacman -Syyuu && yes | paru'
alias shortprompt="unset PROMPT_COMMAND && PS1='$'"
alias longprompt="PROMPT_COMMAND=prompt_command_hook"
alias rm='trash'
alias open='xdg-open'
alias xcopy='xsel --clipboard --input'
alias xpaste='xsel --clipboard --output'
@ -90,3 +89,5 @@ fi
TERM=xterm
eval $(thefuck --alias)
alias rm='trash'