Add Android Studio to path
This commit is contained in:
parent
93cde31a01
commit
d60b167bfb
@ -1,10 +1,11 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
export PATH="$PATH:$HOME:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$DOTFILES_DIR/bin:$HOME/apps:/opt/sublime-text"
|
export PATH="$PATH:$HOME:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$DOTFILES_DIR/bin:$HOME/apps"
|
||||||
|
|
||||||
#Add Pycharm to the Path
|
#Add Pycharm to the Path
|
||||||
export PATH="$PATH:/opt/pycharm/bin/pycharm.sh"
|
export PATH="$PATH:/opt/pycharm/bin/pycharm.sh"
|
||||||
|
#Add Android Studio to the Path
|
||||||
|
export PATH="$PATH:$HOME/apps/android-studio/bin"
|
||||||
|
|
||||||
# Make vim the default editor.
|
# Make vim the default editor.
|
||||||
export EDITOR='vim';
|
export EDITOR='vim';
|
||||||
|
Loading…
Reference in New Issue
Block a user