dotfiles/zshenv
2023-07-21 16:20:27 -04:00

12 lines
178 B
Bash

export EDITOR=vim
export PAGER=less
export LESS=RSM
if [ -f "$HOME/.cargo/env" ]; then
. "$HOME/.cargo/env"
fi
if [ -f "/opt/zig" ]; then
export PATH=$PATH:/opt/zig
fi