Fixed antigen path, remapped stuff

This commit is contained in:
Josh Sherman 2016-11-15 22:07:53 -06:00
parent 5de8003f69
commit d389e91cfb
3 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[include] [include]
path = ~/.gitconfig.local path = ~/.dotprivate/gitconfig
[color] [color]
branch = auto branch = auto

View file

@ -1,4 +1,4 @@
!include ~/.my.cnf.local !include ~/.dotprivate/my.cnf
[mysql] [mysql]
pager = grcat ~/.grcat pager = grcat ~/.grcat

View file

@ -1,5 +1,6 @@
DOTFILES_DIR=$HOME/.dotfiles DOTFILES_DIR=$HOME/.dotfiles
DEFAULT_USER=josh DEFAULT_USER=josh
ADOTDIR=$DOTFILES_DIR/vendor/zsh-users/antigen/
export CLICOLOR=1 export CLICOLOR=1
export EDITOR=vim export EDITOR=vim