feat: LD_LIBRAY git

This commit is contained in:
2025-08-19 13:41:58 +09:00
parent 49612dc297
commit 6ef275870d
5 changed files with 7 additions and 1 deletions

View File

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