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