diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2025-08-19 10:29:00 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2025-08-19 10:29:00 +0100 |
commit | e269edfecae47a6dce9ade6a542045dad4c42e5d (patch) | |
tree | c4f0ab9546ea704a8436e28437f234a87da8b9d4 /zsh/.zshrc | |
parent | ac217752a86305288a94b74acba65e5ce9f0a41a (diff) |
zsh config updatesmain
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -36,7 +36,14 @@ eval $(thefuck --alias) eval "$(starship init zsh)" +# Aliases alias rm="rm -I" +alias grep='ug -G' +alias egrep='ug -E' +alias fgrep='ug -F' +alias zgrep='ug -zG' +alias zegrep='ug -zE' +alias zfgrep='ug -zF' # bun completions [ -s "/Users/michael/.bun/_bun" ] && source "/Users/michael/.bun/_bun" |