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

11 lines
168 B
Bash

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