From b6bf14361508b508d9841e0ece6b2dc1c19d2cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Thu, 12 Dec 2019 12:18:01 +0000 Subject: [PATCH] Add jabba sourcing --- nixos/programs/zsh.nix | 1 + 1 file changed, 1 insertion(+) 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