diff --git a/~/Bash/.bashrc b/~/Bash/.bashrc index c92ca25..980d45f 100644 --- a/~/Bash/.bashrc +++ b/~/Bash/.bashrc @@ -24,3 +24,8 @@ if [ -d "$HOME/.nvm" ]; then [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" export PATH="$PATH:node_modules/.bin" fi + +# Porteus Sulime Text +if [ -d "/opt/sublime_text-4126/" ]; then + alias subl='/opt/sublime_text-4126/sublime_text' +fi