Commit 90fd256a authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added pcat alias

parent d518f761
......@@ -92,6 +92,9 @@ alias ocaml='rlwrap ocaml'
# sleep 10; alert
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
# syntax-highlighted cat
alias pcat="pygmentize -f terminal256 -O style=native -g"
#
# Environment
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment