mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nix] Add ~/.local/bin to PATH
This commit is contained in:
parent
d7338e3977
commit
e7576c13c4
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue