From 3e0d296a2852b82d714d68b60bc160adc86d2fa4 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Sat, 20 Jan 2018 14:42:30 +0100 Subject: [PATCH] update --- Xresources | 2 +- aliases.zsh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Xresources b/Xresources index 81631ce..6a8bd71 100644 --- a/Xresources +++ b/Xresources @@ -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 diff --git a/aliases.zsh b/aliases.zsh index 58436a0..b81efcb 100644 --- a/aliases.zsh +++ b/aliases.zsh @@ -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'