Move rm=trash alias to bottom to avoid conflic with synth-greeter
This commit is contained in:
parent
52106f498d
commit
2495f8ad25
3
.bashrc
3
.bashrc
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue