[nix] Add ~/.local/bin to PATH

This commit is contained in:
Alyxia Sother 2023-06-20 15:38:48 +02:00
parent d7338e3977
commit e7576c13c4
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
export GPG_TTY=$(tty)
source ${dotfiles}/zsh/zshrc
[[ -d "$HOME/.local/bin" ]] || mkdir "$HOME/.local/bin"
export PATH="$PATH:$HOME/.local/bin"
export PATH="$PATH:$HOME/.npm-packages/bin"
export FRENYARD_SCALE=2.40
export RETHINK_API="https://rethink.alyxia.dev"