aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
authorjason2021-11-22 14:41:45 -0700
committerjason2021-11-22 14:41:45 -0700
commit3b6e110d71b30da0cc8e3d84930e3e216ccfdcd5 (patch)
tree6501c66279fad92a52e4dff21b88d7b55bc3aece /bash
parentba2bed7b0510c7a194de1e310f4e0d1f8066c9f8 (diff)
downloaddotfiles-3b6e110d71b30da0cc8e3d84930e3e216ccfdcd5.tar.gz
dotfiles-3b6e110d71b30da0cc8e3d84930e3e216ccfdcd5.zip
updates
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc2
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
5if [ -d $HOME/bin/flutter/ ]; then 5if [ -d $HOME/bin/flutter/ ]; then
6 PATH="${HOME}/bin/flutter/bin:${PATH}" 6 PATH="${HOME}/bin/flutter/bin:${PATH}"
7 export CHROME_EXECUTABLE=chromium
7fi 8fi
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
16if [ -d $HOME/.AndroidSDK ]; then 17if [ -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
18fi 20fi
19 21
20# Enable rust and cargo 22# Enable rust and cargo