dotfiles/config/shell/exports

8 lines
200 B
Text
Raw Normal View History

2025-05-29 22:35:33 +02:00
export PATH=$HOME/.local/bin:$PATH
export PATH=$HOME/.luarocks/bin:$PATH
if [ -n "$ZSH_VERSION" ]; then
export ZSH="/home/avery/.oh-my-zsh"
fi
export NIXPKGS_ALLOW_UNFREE=1
export EDITOR="emacs"