dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit cb010b267bf9d83ad7a091d82b7acbe0b9677b67
parent a730a09136bdcb4177c3b644b9dd261a36b9a168
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  4 Sep 2013 11:05:09 -0700

Added $DART_SDK environment variable

Diffstat:
M.paths | 2+-
M.profile | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.paths b/.paths @@ -27,4 +27,4 @@ path_prepend "/usr/homebrew/opt/coreutils/libexec/gnubin" # Chromium and Dart development path_prepend "$HOME/src/depot_tools" -path_prepend "$HOME/src/third_party/dart-sdk/bin" +path_prepend "$DART_SDK/bin" diff --git a/.profile b/.profile @@ -10,6 +10,7 @@ umask 022 export EDITOR=/usr/bin/vim export GNUPGHOME="$HOME/.gnupg" +export DART_SDK="$HOME/src/third_party/dart-sdk" if [ -n "$BASH_VERSION" ]; then # bash doesn't read .bashrc in login shells, do it manually