feat(zsh): Env variable to my nix flake setup
This commit is contained in:
parent
f3f0d4b23b
commit
c00fe68433
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@ export ZI_BINARY_HOME="$HOME/.local/bin"
|
|||
export ZI_SCRIPTS_HOME="$ZI_BINARY_HOME/scripts"
|
||||
export ZI_ANDROID_SDK_VER="35.0.0"
|
||||
|
||||
[ -f "$XDG_CONFIG_HOME/zsh/include/dotfiles" ] && source "$XDG_CONFIG_HOME/zsh/include/dotfiles"
|
||||
[ -f "$XDG_CONFIG_HOME/zsh/include/dotfiles" ] && {
|
||||
source "$XDG_CONFIG_HOME/zsh/include/dotfiles"
|
||||
export ZI_NIX_FLAKE="$ZI_DOTFILES/nix"
|
||||
}
|
||||
|
||||
if [ $ZI_IS_DARWIN = 1 ]; then
|
||||
export JAVA_HOME="$HOME/.sdkman/candidates/java/current"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue