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