Skip to content

Commit

Permalink
Add dir_colors and make sure they are loaded when zsh is started
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jan 19, 2013
1 parent 66021aa commit 28d87ab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dir_colors
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -13,3 +13,6 @@
[submodule "tmuxfiles"]
path = tmuxfiles
url = git@github.com:baphled/tmuxfiles.git
[submodule "colors/dircolors-solarized"]
path = colors/dircolors-solarized
url = git@github.com:seebi/dircolors-solarized.git
6 changes: 5 additions & 1 deletion .zshrc
Expand Up @@ -31,14 +31,18 @@ source $ZSH/oh-my-zsh.sh
source $HOME/.agile_ruby_workflow.zsh

# Customize to your needs...
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/games:/opt/bin:/opt/local/bin:~/bin:/usr/local/rvm/bin:$PATH
export LSCOLORS='ExGxFxdxCxDxDxBxBxExEx'

export MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH"

alias rake='noglob rake'
alias tmux='tmux -u2'

export EDITOR=vim

eval `dircolors $HOME/.dir_colors`

# We want vi-mode
set -o vi

Expand Down
1 change: 1 addition & 0 deletions colors/dircolors-solarized
Submodule dircolors-solarized added at ec6443

0 comments on commit 28d87ab

Please sign in to comment.