Added paths for Dart and the Android SDK

This commit is contained in:
2019-11-23 17:55:52 +01:00
parent 90dacade3c
commit 37450bd7dc
2 changed files with 55 additions and 0 deletions

View File

@@ -23,6 +23,10 @@ set -gx SUDO_ASKPASS ~/.local/bin/askpass
set -gx EDITOR emacsclient -c
set -gx DART_SDK /opt/dart-sdk/bin
set -gx ANDROID_HOME $HOME/Android/Sdk
set -gx PKG_CONFIG_PATH /usr/local/lib/pkgconfig/ $PKG_CONFIG_PATH
abbr df 'df -H'