Skip to content
Snippets Groups Projects
Commit 90fd256a authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Added pcat alias

parent d518f761
No related branches found
No related tags found
No related merge requests found
......@@ -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
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment