File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,12 @@ alias psg='ps aux | grep -i'
9797alias fd=' fd -H -I '
9898alias 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
101101alias cls=' clear'
102102alias hist=' history | less'
103103alias ff=' fastfetch'
104104alias ncdu=' ncdu -x'
105+ alias oc=' opencode'
105106
106107# Git Aliases
107108alias ga=' git add .'
You can’t perform that action at this time.
0 commit comments