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

Added ydiff alias

parent 68067847
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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