diff options
| author | jason | 2021-11-22 14:41:45 -0700 |
|---|---|---|
| committer | jason | 2021-11-22 14:41:45 -0700 |
| commit | 3b6e110d71b30da0cc8e3d84930e3e216ccfdcd5 (patch) | |
| tree | 6501c66279fad92a52e4dff21b88d7b55bc3aece /bash | |
| parent | ba2bed7b0510c7a194de1e310f4e0d1f8066c9f8 (diff) | |
| download | dotfiles-3b6e110d71b30da0cc8e3d84930e3e216ccfdcd5.tar.gz dotfiles-3b6e110d71b30da0cc8e3d84930e3e216ccfdcd5.zip | |
updates
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index aa5b018..c315434 100644 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -4,6 +4,7 @@ PATH="${HOME}/bin:${PATH}" | |||
| 4 | # Enable flutter | 4 | # Enable flutter |
| 5 | if [ -d $HOME/bin/flutter/ ]; then | 5 | if [ -d $HOME/bin/flutter/ ]; then |
| 6 | PATH="${HOME}/bin/flutter/bin:${PATH}" | 6 | PATH="${HOME}/bin/flutter/bin:${PATH}" |
| 7 | export CHROME_EXECUTABLE=chromium | ||
| 7 | fi | 8 | fi |
| 8 | 9 | ||
| 9 | # Enable android studio | 10 | # Enable android studio |
| @@ -15,6 +16,7 @@ fi | |||
| 15 | # Set the AndroidSDK path | 16 | # Set the AndroidSDK path |
| 16 | if [ -d $HOME/.AndroidSDK ]; then | 17 | if [ -d $HOME/.AndroidSDK ]; then |
| 17 | export ANDROID_SDK_ROOT=$HOME/.AndroidSDK/ | 18 | export ANDROID_SDK_ROOT=$HOME/.AndroidSDK/ |
| 19 | PATH=$HOME/.AndroidSDK/tools/bin:$PATH | ||
| 18 | fi | 20 | fi |
| 19 | 21 | ||
| 20 | # Enable rust and cargo | 22 | # Enable rust and cargo |