Commit 3b4aa0f6 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added ydiff alias

parent 68067847
......@@ -90,6 +90,7 @@ alias cdhere='cd $(realpath $(pwd))'
alias ocaml='rlwrap ocaml'
alias c='xclip -i -selection clipboard'
alias vimdiff='vim -d -c "colorscheme desert"'
alias ydiff='diff -y -W 196 --left-column'
function tm () {
`which time` -f %e $* > /dev/null
......
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