rofi ssh, i3block for weather and crypto alias

This commit is contained in:
2019-07-05 22:03:57 +02:00
parent 54efa8ffa4
commit fb907b365d
5 changed files with 16 additions and 5 deletions

View File

@@ -49,6 +49,9 @@ alias scan-wifi='sudo iw dev wlp2s0 scan'
alias pretty-json='python -m json.tool'
alias addpgpkey='gpg --recv-keys'
# cli tools
alias crypto='curl -s rate.sx?qF | head -n -2 | tail -n +10'
# show file content without comment lines
alias nocomment='grep -Ev '\''^(#|$)'\'''