Files
2026-07-12 08:16:17 +03:30

8 lines
200 B
Plaintext
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"