Skip to content

Commit cf167f6

Browse files
committed
fix: syntax error
1 parent 547a883 commit cf167f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dot_zshrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ if command -v uv &> /dev/null; then
143143
eval "$(uv generate-shell-completion zsh)"
144144
fi
145145

146-
if -s "$HOME/.bun/_bun"; then
146+
if [ -s "$HOME/.bun/_bun" ]; then
147147
# bun completions
148-
source "/home/scetrov/.bun/_bun"
148+
source "$HOME/.bun/_bun"
149149

150150
# bun
151151
export BUN_INSTALL="$HOME/.bun"

0 commit comments

Comments
 (0)