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.

13 lines
221 B
Plaintext

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"