11 lines
332 B
Plaintext
11 lines
332 B
Plaintext
# -----------------------------------------------------
|
|
# INIT
|
|
# -----------------------------------------------------
|
|
|
|
# -----------------------------------------------------
|
|
# Exports
|
|
# -----------------------------------------------------
|
|
export EDITOR=nvim
|
|
export PATH="/usr/lib/ccache/bin/:$PATH"
|
|
export ZSH="$HOME/.oh-my-zsh"
|