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]
|
[include]
|
||||||
path = ~/.gitconfig.local
|
path = ~/.dotprivate/gitconfig
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
branch = auto
|
branch = auto
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
!include ~/.my.cnf.local
|
!include ~/.dotprivate/my.cnf
|
||||||
|
|
||||||
[mysql]
|
[mysql]
|
||||||
pager = grcat ~/.grcat
|
pager = grcat ~/.grcat
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue