Add nix.
This commit is contained in:
parent
df03100a99
commit
21c9af1336
1 changed files with 2 additions and 0 deletions
2
.zshenv
2
.zshenv
|
@ -47,3 +47,5 @@ export PATH="$PATH:/home/kaholaz/.cache/scalacli/local-repo/bin/scala-cli"
|
|||
# >>> coursier install directory >>>
|
||||
export PATH="$PATH:/home/kaholaz/.local/share/coursier/bin"
|
||||
# <<< coursier install directory <<<
|
||||
|
||||
if [ -e /home/kaholaz/.nix-profile/etc/profile.d/nix.sh ]; then . /home/kaholaz/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue