This commit is contained in:
Flo
2024-08-17 19:43:27 +02:00
parent db964cc7af
commit 32d1a94b2c
77 changed files with 195 additions and 1088 deletions

12
.zshrc
View File

@ -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;