Added the default SublimeText3 path.

This commit is contained in:
Richard Otvos 2013-07-03 12:18:16 +02:00
commit 94eef8a08c

View file

@ -13,7 +13,7 @@ if [[ $('uname') == 'Linux' ]]; then
if [ -f '/usr/bin/sublime_text' ]; then if [ -f '/usr/bin/sublime_text' ]; then
st_run() { nohup /usr/bin/sublime_text $@ > /dev/null & } st_run() { nohup /usr/bin/sublime_text $@ > /dev/null & }
else else
st_run() { nohup /usr/bin/sublime-text $@ > /dev/null & } st_run() { nohup /usr/bin/subl $@ > /dev/null & }
fi fi
alias st=st_run alias st=st_run