add keys and update things
This commit is contained in:
parent
a41f3a101e
commit
da4bd6a113
3 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
vim/.netrwhist
|
||||
keysrc
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8513febab5c698553acc7ac33f4185fb2da664d2
|
||||
Subproject commit 66d06f380ef3cbced060b4d514413762a4438fb4
|
3
zshrc
3
zshrc
|
@ -107,3 +107,6 @@ function mvsane () {
|
|||
# Personal preferences
|
||||
export EDITOR=vim
|
||||
export GO111MODULE=on
|
||||
if [ -d $HOME/.keysrc ]; then
|
||||
source keysrc
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue