Skip to content

Commit

Permalink
Rewrite install.sh a bit, get rid of old stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
aguynamedben committed Mar 12, 2014
1 parent 705f71f commit 58b561a
Show file tree
Hide file tree
Showing 11 changed files with 76 additions and 467 deletions.
25 changes: 0 additions & 25 deletions .zsh.d/S01_env

This file was deleted.

29 changes: 0 additions & 29 deletions .zsh.d/S10_zshopts

This file was deleted.

19 changes: 0 additions & 19 deletions .zsh.d/S20_completion

This file was deleted.

46 changes: 0 additions & 46 deletions .zsh.d/S30_functions

This file was deleted.

103 changes: 0 additions & 103 deletions .zsh.d/S40_aliases

This file was deleted.

130 changes: 0 additions & 130 deletions .zsh.d/S49_git

This file was deleted.

21 changes: 0 additions & 21 deletions .zsh.d/S50_prompt

This file was deleted.

3 changes: 3 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ if [ $(uname) = 'Darwin' ]; then
# Brew executables path
export PATH=/usr/local/bin:$PATH

# Custom executables in home directory
export PATH=~/bin:$PATH

export ARCHFLAGS="-arch x86_64"
fi

Expand Down
Loading

0 comments on commit 58b561a

Please sign in to comment.