diff --git a/nixos/programs/zsh.nix b/nixos/programs/zsh.nix index 6cc2164b..4277e0b8 100644 --- a/nixos/programs/zsh.nix +++ b/nixos/programs/zsh.nix @@ -45,6 +45,7 @@ export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"; ''; envExtra = '' + [ -s "/home/cyryl/.jabba/jabba.sh" ] && source "/home/cyryl/.jabba/jabba.sh" local nixos_version=`which nixos-version` if [[ ! -x "$nixos_version" ]]; then source /home/cyryl/.nix-profile/etc/profile.d/nix.sh