rename
This commit is contained in:
parent
ef338dbf97
commit
83c3ecf006
@ -40,8 +40,9 @@ ln -s $(pwd)/vimrc ~/.vimrc
|
|||||||
ln -s $(pwd)/zshrc ~/.zshrc
|
ln -s $(pwd)/zshrc ~/.zshrc
|
||||||
ln -s $(pwd)/pythonstartup.py ~/.pythonstartup.py
|
ln -s $(pwd)/pythonstartup.py ~/.pythonstartup.py
|
||||||
ln -s $(pwd)/zprofile ~/.zprofile
|
ln -s $(pwd)/zprofile ~/.zprofile
|
||||||
ln -s $(pwd)/zpreztorc ~/.zpreztorc
|
|
||||||
ln -s $(pwd)/zprofile.local ~/.zprofile.local
|
ln -s $(pwd)/zprofile.local ~/.zprofile.local
|
||||||
|
ln -s $(pwd)/zpreztorc ~/.zpreztorc
|
||||||
|
|
||||||
ln -s /Users/tyrel/.zprezto/runcoms/zlogin ~/.zlogin
|
ln -s /Users/tyrel/.zprezto/runcoms/zlogin ~/.zlogin
|
||||||
ln -s /Users/tyrel/.zprezto/runcoms/zlogout ~/.zlogout
|
ln -s /Users/tyrel/.zprezto/runcoms/zlogout ~/.zlogout
|
||||||
ln -s /Users/tyrel/.zprezto/runcoms/zshenv ~/.zshenv
|
ln -s /Users/tyrel/.zprezto/runcoms/zshenv ~/.zshenv
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
|
#!/usr/local/bin/zsh
|
||||||
|
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
export VISUAL=vim
|
||||||
export GOPATH=$HOME/go
|
export GOPATH=$HOME/go
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
export LC_ALL=en_US.UTF-8
|
export LC_ALL=en_US.UTF-8
|
Loading…
Reference in New Issue
Block a user