mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-27 19:34:57 -04:00
..
This commit is contained in:
parent
6c4c0198b8
commit
490cfc4a3a
5 changed files with 27 additions and 9 deletions
5
.zshrc
5
.zshrc
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue