rm moves to trash
parent
54f15c191c
commit
c9837c53bd
2
.aliases
2
.aliases
|
@ -1,3 +1,5 @@
|
|||
alias ap='ansible-playbook'
|
||||
# Upgrade without prompt
|
||||
alias yey='yay -Syu --noconfirm'
|
||||
# Avoid losing stuff
|
||||
alias rm='rmtrash'
|
||||
|
|
|
@ -50,6 +50,7 @@ python-pyperclip
|
|||
python-requests
|
||||
qbittorrent
|
||||
restic
|
||||
rmtrash
|
||||
rofi
|
||||
rsync
|
||||
signal-desktop
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
enable-ssh-support
|
||||
default-cache-ttl 3600
|
||||
max-cache-ttl 7200
|
||||
pinentry-program /usr/bin/pinentry-qt
|
||||
pinentry-program /usr/bin/pinentry-gtk-2
|
||||
|
|
Loading…
Reference in New Issue