Skip to content

Commit

Permalink
Erreur de configg
Browse files Browse the repository at this point in the history
  • Loading branch information
renoirb authored and renoirb committed Mar 7, 2012
1 parent ab54948 commit ae61a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion git/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@


[pager]
color = true
color = true
2 changes: 1 addition & 1 deletion zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ -d $HOME/.oh-my-zsh ]]; then
fi

# Don't change. The following determines where YADR is installed.
yadr=`find -L ~ -type f -maxdepth 2 -name .yadr | head | sed 's:\.yadr\/::'`
yadr=`find . -type f -maxdepth 2 -name .yadr | head | sed 's:\.yadr\/::'`

# Configuration
source $yadr/zsh/aliases
Expand Down

0 comments on commit ae61a48

Please sign in to comment.