This commit is contained in:
2026-04-26 17:03:18 +09:00
parent 37f4f2362c
commit f1162d39ac
6 changed files with 8 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
set -gx PNPM_HOME $HOME/.local/share/pnpm
fish_add_path $PNPM_HOME
fish_add_path $HOME/.local/bin
fish_add_path $HOME/.cargo/bin
set -gx OPENSSL_DIR ${pkgs.openssl.dev};
set -gx KUBECONFIG $HOME/.kube/config;
set -gx OPENSSL_LIB_DIR ${pkgs.openssl.out}/lib;