blob: 9ca27a9110277ce32bf3bdd365bdbcc487e38c6e (
plain)
1
2
3
4
5
6
7
|
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"
|