dotfiles-mirror/config/shell/exports
2026-02-17 22:49:02 +03:30

7 lines
200 B
Text
Executable file

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"