This repository has been archived on 2021-04-06. You can view files and clone it, but cannot push or open issues/pull-requests.
dotfiles/home/.zshenv

14 lines
203 B
Bash

GOPATH="$HOME/go"
path=(
~/bin
~/.local/bin
$path
~/.cargo/bin
$GOPATH/bin
)
# Force antialiasing in java
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on"
export EDITOR=nvim