diff --git a/.zshrc b/.zshrc index 623fea8..36a9048 100644 --- a/.zshrc +++ b/.zshrc @@ -56,6 +56,8 @@ alias gs="git stash" alias gsp="git stash pop" alias devbox="ssh root@192.168.1.45" +alias yolo="claude --dangerously-skip-permissions" + #lazy work things alias ss="script/server" alias sb="script/build" @@ -89,6 +91,7 @@ export PATH="/opt/homebrew/opt/llvm/bin:$PATH" export PATH="$HOME/.emacs.d/bin:$PATH" export PATH="$HOME/.scripts/utils:$PATH" export PATH="$HOME/.local/share/bob/nvim-bin:$PATH" +export PATH="$HOME/.local/bin:$PATH" export HIGHLIGHT_STYLE=manxome