Skip to content

Commit

Permalink
reorganizing files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Swihart committed Mar 25, 2013
1 parent be6c185 commit 0b7ab17
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 40 deletions.
2 changes: 1 addition & 1 deletion Linux-exports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ alias t='todo.sh'

export TODOTXT_DEFAULT_ACTION=pv
export REALLY_GEM_UPDATE_SYSTEM=true
export GOROOT="$HOME/dev/go"

export GOROOT="$HOME/dev/go"
export GOPATH=$HOME/dev/mygo
Expand All @@ -17,6 +16,7 @@ export CC=/usr/bin/clang
export CXX=/usr/bin/clang++

export EDITOR=vim
export SUDOEDITOR=vim

source $GOROOT/misc/zsh/go

Expand Down
2 changes: 1 addition & 1 deletion aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ alias rm=trash
alias make430="PATH=`brew --prefix llvm-msp430`/bin:$PATH make"
alias mspmake="PATH=`brew --prefix llvm-msp430`/bin:$PATH make"

eval "$(hub alias -s)"
#eval "$(hub alias -s)"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions zshrc → config/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ source ~/.secrets #secrets!
source ~/.exports.sh
if [ "$TMUX" != "" ]; then export TERM="screen-256color"; fi
[[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator
source ~/.fresh/build/shell.sh
24 changes: 0 additions & 24 deletions exports.sh

This file was deleted.

14 changes: 0 additions & 14 deletions setup.sh

This file was deleted.

0 comments on commit 0b7ab17

Please sign in to comment.