Skip to content

Commit 0e9401b

Browse files
committed
auto-sync: [Sat Mar 21 06:22:38 PM -03 2026]
1 parent b798581 commit 0e9401b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zsh/.zshrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,12 @@ alias psg='ps aux | grep -i'
9797
alias fd='fd -H -I '
9898
alias rg='rg --max-columns 300 --one-file-system --hidden --glob "!**/.cache/*" --glob "!**/cache/*" --glob "!**/tmp/*" --glob "!**/.tmp/*" --glob "!**/node_modules/*" --glob "!**/.venv/*" --glob "!**/target/*" --glob "!**/.git/*" --glob "!**/.ssh/*" --glob "!**/.gnupg/*" --glob "!**/.local/share/*" --glob "!**/.cargo/*" --glob "!**/.rustup/*" --glob "!**/.npm/*" --glob "!**/.bun/*" --glob "!**/.local/state/*" --glob "!**/.zsh_history" --glob "!**/.zcompdump*" '
9999

100-
# Shell & System Aliases
100+
# Processes, Shell & System Aliases
101101
alias cls='clear'
102102
alias hist='history | less'
103103
alias ff='fastfetch'
104104
alias ncdu='ncdu -x'
105+
alias oc='opencode'
105106

106107
# Git Aliases
107108
alias ga='git add .'

0 commit comments

Comments
 (0)