this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(zsh): add dot/bin to PATH

Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>

+2
+2
zsh/.zprofile
··· 27 27 # HACK: python binary path. honestly I don't like this hard-coded method 28 28 export PATH="$HOME/Library/Python/3.9/bin:$PATH" 29 29 30 + export PATH="$HOME/dot/bin:$PATH" 31 + 30 32 31 33 32 34 ################ BOTTOM ################