You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
278 B
Plaintext

# Config Directory
export XDG_CONFIG_HOME=$HOME/.config
2 years ago
# WezTerm By Default
export TERMINAL=wezterm-gui
2 years ago
# Editing
export EDITOR="lvim"
export SUDO_EDITOR=$(which lvim)
2 years ago
# Go
export GOPATH="$HOME/.local/share/go"
# Java
export JAVA_HOME="$SDKMAN_DIR/candidates/java/current"