This commit is contained in:
Tobias Schmidl 2018-01-20 14:42:30 +01:00
parent 3aec031e26
commit 3e0d296a28
2 changed files with 3 additions and 2 deletions

View file

@ -129,7 +129,7 @@ URxvt.keysym.KP_End: \033[4~
! Xft settings ---------------------------------------------------------------
Xft.dpi: 96
!Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true

View file

@ -1,5 +1,5 @@
alias cdiff="colordiff"
alias clean-gpg="for a in `gpg2 -k | sed -rn 's/pub +[a-z0-9]+\/(0x[0-9A-Fa-f]+).*/\1/p'`;do gpg2 --quiet --no-tty --edit-key $a clean save; done;"
alias clean-gpg="for a in `gpg2 -k | sed -rn 's/pub +[a-z0-9]+\/(0x[0-9A-Fa-f]+).*/\1/p'`; do gpg2 --quiet --no-tty --edit-key $a clean save; done;"
alias diff="diff -W $(( $(tput cols) - 2))"
alias bz2c='bzip2 --best'
@ -9,6 +9,7 @@ alias halt='systemctl poweroff'
alias reboot='systemctl reboot'
#alias pyvenv='python3 -m venv'
alias extip='curl -LR1fs --compressed https://ipinfo.io/ | jq -Sc'
alias todo='todo-txt'
alias jjar='java -jar'