feat(spicetify): Add spotify mod
This commit is contained in:
parent
50850df77f
commit
556c9fb8d7
1 changed files with 4 additions and 4 deletions
|
@ -10,10 +10,10 @@ export PATH="$PATH:$PYENV_ROOT/bin"
|
|||
export PATH=$PATH:/home/tamaki/.spicetify
|
||||
export BUN_INSTALL="$HOME/.bun"
|
||||
export PATH=$BUN_INSTALL/bin:$PATH
|
||||
ZVM_INSTALL="$HOME/.zvm/self"
|
||||
PATH="$PATH:$HOME/.zvm/bin"
|
||||
PATH="$PATH:$ZVM_INSTALL/"
|
||||
PATH="$PATH:$HOME/.local/go/bin"
|
||||
export ZVM_INSTALL="$HOME/.zvm/self"
|
||||
export PATH="$PATH:$HOME/.zvm/bin"
|
||||
export PATH="$PATH:$ZVM_INSTALL/"
|
||||
export PATH=$PATH:/home/jonas-psotka/.spicetify
|
||||
|
||||
eval "$(pyenv init -)"
|
||||
eval "$(starship init bash)"
|
||||
|
|
Loading…
Reference in a new issue