Added alias for matlab to run and detatch process.

This commit is contained in:
sheldonmlee 2021-02-18 18:23:18 +08:00
parent 0d2bc84627
commit 801e006566

View File

@ -12,3 +12,5 @@ alias spw="firefox --new-window https://open.spotify.com/"
alias mixer="pulsemixer"
# turn screen off
alias screenoff="sleep 1; xset dpms force off"
# matlab
alias matlab="matlab & disown"