dotfiles/config/shell/exports
2025-06-15 12:43:08 +03:30

7 lines
200 B
Text

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"