add alias open

This commit is contained in:
TheK4n 2022-02-03 00:57:01 +03:00
parent 8366ae1ab1
commit 75f63ffe5f

View File

@ -93,3 +93,6 @@ alias pipir='python3 -m pip install -r requirements.txt'
# git
alias watch-diff='watch --color "git diff --color=always"'
alias open='xdg-open'