dotfiles

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

commit 564ce15a8bd68c2c053a36ea02858248482aace1
parent c345f615b0c2b223f41ad242baaf087dac92188c
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 18 Dec 2015 22:50:43 -0800

Eliminate DART_SDK path hardcoding

Diffstat:
M.paths | 5-----
M.profile | 1-
2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/.paths b/.paths @@ -20,11 +20,6 @@ path_append() { fi } -# Chromium and Dart development -path_prepend "$HOME/.pub-cache/bin" -path_prepend "$HOME/src/depot_tools" -path_prepend "$DART_SDK/bin" - # Push /usr/local/bin to the front of PATH path_prepend "/usr/local/bin" diff --git a/.profile b/.profile @@ -10,7 +10,6 @@ umask 022 export EDITOR=/usr/bin/vim export GNUPGHOME="$HOME/.gnupg" -export DART_SDK="/usr/lib/dart" export TERMINAL=urxvt # gnome keyring