mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
add open alias for linux
This commit is contained in:
@@ -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"'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user