9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
export LC_ALL=en_US.UTF-8
|
|
export LANG=en_US.UTF-8
|
|
|
|
# User configuration
|
|
export DOT="~/.dotfiles"
|
|
alias vim='vim -S ~/.vimrc'
|
|
alias nvim='nvim'
|
|
source ~/.dotfiles/zsh/.zshrc
|