This commit is contained in:
Daniel Bauer
2018-09-17 17:23:39 +02:00
parent 603e306ccc
commit abd9ce99df
3 changed files with 5 additions and 2 deletions

1
.zshrc
View File

@@ -14,6 +14,7 @@ export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
# Start zim
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
export LANG=en_US.UTF-8
export EDITOR='vim'
export SSH_KEY_PATH="~/.ssh/rsa_id"