1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-01-26 08:54:46 +01:00

papis: supressed deprecation warning for better use

This commit is contained in:
2026-01-25 02:04:57 +01:00
parent 6e2214e6f1
commit 1bcc767551

View File

@@ -99,6 +99,9 @@ alias octave="octave --persist"
# pacman
alias pac="sudo pacman"
# papis
alias papis='PYTHONWARNINGS=ignore::DeprecationWarning python -m papis'
# ping
alias ping="ping -c 5"