1
0

pre zsh-switch backup

This commit is contained in:
2024-12-13 17:13:32 +01:00
parent 6790f75c8a
commit d0db80b911
16 changed files with 423 additions and 105 deletions

8
.zshrc
View File

@@ -31,14 +31,15 @@ source <(fzf --zsh)
zinit snippet OMZ::lib/git.zsh
[ -f ~/zsh/aliases.sh ] && source ~/zsh/aliases.sh
[ -f ~/zsh/functions.sh ] && source ~/zsh/functions.sh
[ -f ~/zsh/prompt.sh ] && source ~/zsh/prompt.sh
[ -f ~/zsh/completion.sh ] && source ~/zsh/completion.sh
# [ -f ~/zsh/aliases.sh ] && source ~/zsh/aliases.sh
# [ -f ~/zsh/functions.sh ] && source ~/zsh/functions.sh
# Path
PATH+=":/home/anton/Rider/bin"
# PATH+=":/home/anton/Rider/bin"
# PATH+=":/home/anton/.cargo/bin"
zinit ice wait'!0'
@@ -49,3 +50,4 @@ zinit ice wait'!0'
# Created by `pipx` on 2024-08-28 16:28:46
export PATH="$PATH:/home/anton/.local/bin"
. "/home/anton/.deno/env"