update
This commit is contained in:
12
.zshrc
12
.zshrc
@ -102,11 +102,6 @@ test -r ~/.shell-common && source ~/.shell-common
|
||||
test -r ~/.shell-env && source ~/.shell-env
|
||||
test -r ~/.shell-aliases && source ~/.shell-aliases
|
||||
|
||||
if [ -d $BREW_PREFIX ]; then
|
||||
eval "$($BREW_PREFIX/bin/brew shellenv)"
|
||||
fpath=($BREW_PREFIX/share/zsh/site-functions $fpath)
|
||||
fi
|
||||
|
||||
if [ -d $HOME/.nix-profile ]; then
|
||||
. $HOME/.nix-profile/etc/profile.d/nix.sh
|
||||
fpath=($HOME/.nix-profile/share/zsh/site-functions $fpath)
|
||||
@ -124,3 +119,10 @@ eval "$(starship init zsh)"
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
source ~/.zplug/init.zsh
|
||||
source ~/.zplug/repos/wfxr/forgit/forgit.plugin.zsh
|
||||
PATH=$PATH:/home/user/flo/.local/share/containers/podman-desktop/extensions-storage/podman-desktop.compose/bin
|
||||
|
||||
SSH_AUTH_SOCK=/run/user/1000/ssh-agent.socket; export SSH_AUTH_SOCK;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user