From 08d0f49f3af47b18fa7f4a0dfe7e0f2932f0f203 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 26 Apr 2022 11:20:22 +0200 Subject: [PATCH] ttp: fix unset subcmd --- users/teutat3s/zshrc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/teutat3s/zshrc.nix b/users/teutat3s/zshrc.nix index 33bc526d..688b3245 100644 --- a/users/teutat3s/zshrc.nix +++ b/users/teutat3s/zshrc.nix @@ -57,7 +57,7 @@ ttp() { if [[ "$1" == "set" ]]; then if [[ -n "$2" ]]; then - source unset-env.sh + source ${tritonshell.packages.${pkgs.system}.triton-utils}/bin/unset-env.sh triton profile set "$2" fi source ${tritonshell.packages.${pkgs.system}.triton-docker-env}/bin/triton-docker-env.sh