dots/zsh/.zshenv

10 lines
219 B
Plaintext
Raw Permalink Normal View History

2023-07-26 18:39:38 -04:00
export EDITOR=lvim
export MANPAGER="lvim +Man!"
export MOZ_ENABLE_WAYLAND=1
path+=('/home/minhradz/.cargo/bin')
path+=('/home/minhradz/.local/bin')
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"