this repo has no description
0
fork

Configure Feed

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

fix(zsh): don't parse `.zshrc` multiple times

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

+1 -1
+1 -1
zsh/.zprofile
··· 33 33 34 34 ################ BOTTOM ################ 35 35 # load .zshrc when interactive (ssh) 36 - [[ -o interactive ]] && source ~/.zshrc 36 + # [[ -o interactive ]] && source ~/.zshrc