diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2026-02-08 14:49:12 +0100 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2026-02-08 14:49:12 +0100 |
| commit | f5c9813ba9098fe0d78aa660dbaf9741dad431ee (patch) | |
| tree | 2d845222e6847d00254270a8ee90d78bd0621e84 /.config/shell | |
| parent | f76eb28092088264be1ffa30073fe61e615769d4 (diff) | |
Diffstat (limited to '.config/shell')
| -rwxr-xr-x | .config/shell/aliasrc | 1 | ||||
| -rw-r--r-- | .config/shell/variables | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 92a6054..62ea957 100755 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -45,6 +45,7 @@ alias \ # git alias \ + gst="git status" \ ga="git add" \ gb="git branch -a" \ gc="git commit" \ diff --git a/.config/shell/variables b/.config/shell/variables index 6cffdc1..6515c53 100644 --- a/.config/shell/variables +++ b/.config/shell/variables @@ -62,6 +62,10 @@ export CUDA_CACHE_PATH="$XDG_CACHE_HOME"/nv # Ollama models path export OLLAMA_MODELS="/storage2/projects/ollama/models" +# Huggingface +export HF_HUB_DISABLE_TELEMETRY=1 +export HF_HOME="/storage2/huggingface" + # This is the list for lf icons: export LF_ICONS="di=:\ fi=:\ |