diff options
Diffstat (limited to 'bash')
| -rwxr-xr-x | bash/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 8f5c09a..25b7651 100755 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -13,6 +13,8 @@ export PATH="$PATH:$HOME/.local/bin" | |||
| 13 | export PATH="$PATH:$HOME/.local/usr/bin" | 13 | export PATH="$PATH:$HOME/.local/usr/bin" |
| 14 | export PATH="$PATH:$HOME/.local/usr/local/bin" | 14 | export PATH="$PATH:$HOME/.local/usr/local/bin" |
| 15 | 15 | ||
| 16 | export ANDROID_HOME="$HOME/Android/Sdk" | ||
| 17 | |||
| 16 | # Quit the shell like in vim | 18 | # Quit the shell like in vim |
| 17 | alias :q="exit" | 19 | alias :q="exit" |
| 18 | 20 | ||
