From 6ddecc4dd7f9142e8eb63d8ab73dedd375cbddbb Mon Sep 17 00:00:00 2001 From: caiowakamatsu Date: Fri, 24 Jul 2026 14:47:43 -0300 Subject: [PATCH] fix unterminated literal --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 745a575..f0d2701 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -28,4 +28,4 @@ eval "$(starship init zsh)" [ -f /etc/profile.d/vulkan-sdk.sh ] && source /etc/profile.d/vulkan-sdk.sh export PATH="/home/caio/.pixi/bin:$PATH" -export PATH="$HOME/.local/bin:$PATH +export PATH="$HOME/.local/bin:$PATH"