Add .config/shell/exports
This commit is contained in:
parent
efae07a7f0
commit
6632c7897c
1 changed files with 7 additions and 0 deletions
7
.config/shell/exports
Normal file
7
.config/shell/exports
Normal file
|
@ -0,0 +1,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"
|
Loading…
Add table
Reference in a new issue