Skip to content

fix(zsh): replace tilde with HOME variable in path exports#157

Merged
shiron-dev merged 1 commit intomainfrom
fix/home-dir2
Jul 7, 2025
Merged

fix(zsh): replace tilde with HOME variable in path exports#157
shiron-dev merged 1 commit intomainfrom
fix/home-dir2

Conversation

@shiron-dev
Copy link
Owner

This pull request updates the config/zsh/.config/tools.zsh file to improve path handling by replacing ~ with $HOME. This change ensures compatibility across different environments and makes the configuration more robust. Below are the most important changes grouped by theme:

Path Updates for Environment Variables and Tools:

  • Replaced ~ with $HOME in the PNPM_HOME export statement to standardize the path definition.
  • Updated the PATH for Android SDK, JetBrains Toolbox, and other tools by replacing ~ with $HOME. This includes paths for platform tools, scripts, and Flutter's .pub-cache/bin. [1] [2]

Custom Tools and Scripts:

  • Updated paths for custom tools and scripts (e.g., arcanum-hue and dofy) to use $HOME instead of ~. This includes the path checks, build commands, and alias definitions for dofy.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 7, 2025

PRのスコープが正しくありません。
現在のスコープ: tools
検知したスコープ: zsh

@shiron-dev shiron-dev changed the title refactor(tools): replace tilde with HOME variable in path exports refactor(zsh): replace tilde with HOME variable in path exports Jul 7, 2025
@shiron-dev shiron-dev changed the title refactor(zsh): replace tilde with HOME variable in path exports fix(zsh): replace tilde with HOME variable in path exports Jul 7, 2025
@shiron-dev shiron-dev merged commit 9a5ee40 into main Jul 7, 2025
17 of 18 checks passed
@shiron-dev shiron-dev deleted the fix/home-dir2 branch July 7, 2025 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant