oh
This commit is contained in:
parent
da4bd6a113
commit
01b3f6a50b
1 changed files with 2 additions and 2 deletions
4
zshrc
4
zshrc
|
@ -107,6 +107,6 @@ function mvsane () {
|
|||
# Personal preferences
|
||||
export EDITOR=vim
|
||||
export GO111MODULE=on
|
||||
if [ -d $HOME/.keysrc ]; then
|
||||
source keysrc
|
||||
if [ -f $HOME/.keysrc ]; then
|
||||
source $HOME/.keysrc
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue