diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-28 08:51:20 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-28 08:51:37 +0900 |
| commit | c8892cc179733a0d44711cced9b51ce806bae086 (patch) | |
| tree | 2890021bd00a78f38116a2255c257216ffa232d7 /mac/.config/shell | |
| parent | f1ad1dbe1194681c1aa20493b5555bb161a047c9 (diff) | |
changes
Diffstat (limited to 'mac/.config/shell')
| -rw-r--r-- | mac/.config/shell/profile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mac/.config/shell/profile b/mac/.config/shell/profile index 5549050..963e64d 100644 --- a/mac/.config/shell/profile +++ b/mac/.config/shell/profile @@ -3,9 +3,10 @@ ################################################### # Add all directories in each subdirectory to $PATH export PATH="$PATH:/opt/homebrew/bin" -export PATH="$PATH:$(find -L /opt/homebrew/opt -name bin -type d -print 2>/dev/null | sort -u | paste -s -d ':' -)" +export PATH="$PATH:$(find -L ~/.local/share/asdf/installs -name bin -type d -print 2>/dev/null | sort -u | paste -s -d ':' -)" export PATH="$PATH:$(find ~/.local/bin -path '*/.git*' -prune -o \( -type f -o -type l \) -perm -u=x -exec dirname {} \; | sort -u | paste -sd ':' -)" export PATH="$PATH:$(find ~/.local/share/.password-store -type d -name '.extensions' | paste -sd ':' -)" +command -v asdf >/dev/null 2>&1 && export PATH="$PATH:$(find -L /opt/homebrew/opt -name bin -type d -print 2>/dev/null | sort -u | paste -s -d ':' -)" unsetopt PROMPT_SP 2>/dev/null @@ -54,6 +55,10 @@ export ANDROID_SDK_HOME="$XDG_CONFIG_HOME/android" ### --- ANSIBLE --- ### export ANSIBLE_CONFIG="$XDG_CONFIG_HOME/ansible/ansible.cfg" +### --- ASDF --- ### +export ASDF_CONFIG_FILE="$XDG_CONFIG_HOME/asdf/asdfrc" +export ASDF_DATA_DIR="$XDG_DATA_HOME/asdf" + ### --- BAT --- ### export BAT_CONFIG_PATH="$XDG_CONFIG_HOME/bat/config" @@ -63,6 +68,10 @@ export CARGO_HOME="$XDG_DATA_HOME/cargo" ### --- DICS --- ### export DICS="/usr/share/stardict/dic/" +### --- DOCKER --- ### +export DOCKER_CONFIG="$XDG_CONFIG_HOME"/docker +export MACHINE_STORAGE_PATH="$XDG_DATA_HOME"/docker-machine + ### --- ELECTRUM --- ### export ELECTRUMDIR="$XDG_DATA_HOME/electrum" |
