chore: add bin paths, deno & comma

This commit is contained in:
winston 2023-12-24 03:27:59 +01:00
parent b6e32c7e58
commit f6cdfb3ed3
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 5 additions and 0 deletions

View file

@ -13,6 +13,8 @@ in {
_1password _1password
age age
age-plugin-yubikey age-plugin-yubikey
comma
deno
fd fd
ffmpeg ffmpeg
file file

View file

@ -17,6 +17,7 @@ in {
BUNDLE_USER_PLUGIN = "${dataHome}/bundle"; BUNDLE_USER_PLUGIN = "${dataHome}/bundle";
CARGO_HOME = "${dataHome}/cargo"; CARGO_HOME = "${dataHome}/cargo";
CUDA_CACHE_PATH = "${dataHome}/nv"; CUDA_CACHE_PATH = "${dataHome}/nv";
DENO_INSTALL_ROOT = "${dataHome}/deno";
DOCKER_CONFIG = "${configHome}/docker"; DOCKER_CONFIG = "${configHome}/docker";
GEM_HOME = "${dataHome}/gem"; GEM_HOME = "${dataHome}/gem";
GEM_SPEC_CACHE = "${cacheHome}/gem"; GEM_SPEC_CACHE = "${cacheHome}/gem";
@ -33,6 +34,8 @@ in {
"$HOME/.local/bin" "$HOME/.local/bin"
"${dataHome}/krew/bin" "${dataHome}/krew/bin"
"${sessionVariables.GOPATH}/bin" "${sessionVariables.GOPATH}/bin"
"${sessionVariables.CARGO_HOME}/bin"
"${sessionVariables.DENO_INSTALL_ROOT}/bin"
]; ];
}; };