add open alias for linux

This commit is contained in:
Thomas Ruoff
2019-03-03 14:04:50 +01:00
parent 931744489c
commit 70542174a2

View File

@@ -15,6 +15,11 @@ alias tl='tmux list-sessions'
alias did="vim +'normal Go' +'r\!date' ~/did.txt"
if [ $OSTYPE == 'linux-gnu' ]
then
alias open="xdg-open"
fi
# Pretty print the path
alias path='echo $PATH | tr -s ":" "\n"'