Fixed antigen path, remapped stuff
This commit is contained in:
parent
5de8003f69
commit
d389e91cfb
3 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
[include]
|
||||
path = ~/.gitconfig.local
|
||||
path = ~/.dotprivate/gitconfig
|
||||
|
||||
[color]
|
||||
branch = auto
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
!include ~/.my.cnf.local
|
||||
!include ~/.dotprivate/my.cnf
|
||||
|
||||
[mysql]
|
||||
pager = grcat ~/.grcat
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
DOTFILES_DIR=$HOME/.dotfiles
|
||||
DEFAULT_USER=josh
|
||||
ADOTDIR=$DOTFILES_DIR/vendor/zsh-users/antigen/
|
||||
|
||||
export CLICOLOR=1
|
||||
export EDITOR=vim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue