This commit is contained in:
mr0xb 2026-05-28 10:00:17 -04:00
commit 490cfc4a3a
No known key found for this signature in database
5 changed files with 27 additions and 9 deletions

5
.zshrc
View file

@ -51,3 +51,8 @@ source ~/.local/share/fzf-tab/fzf-tab.plugin.zsh
source ~/.config/themes/fzf-challengerdeep.sh
eval "$(starship init zsh)"
export PATH="/opt/homebrew/opt/libpq/bin:$PATH"
# Load Angular CLI autocompletion.
source <(ng completion script)