Multiple changes

This commit is contained in:
fbecker18
2022-05-25 10:51:22 +02:00
parent ca4e37f042
commit c08658eccc
10 changed files with 38 additions and 70 deletions

7
.zshrc
View File

@@ -15,6 +15,7 @@ export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/shims:$PATH"
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="$HOME/.poetry/bin:$PATH"
export PATH=$PATH:~/.local/bin
@@ -36,3 +37,9 @@ eval "$(starship init zsh)"
. $HOME/.asdf/asdf.sh
. $HOME/.asdf/completions/asdf.bash
#### smctl@bootstrap.sm_shell_helpers-start
. $HOME/.sm.zshrc
#### smctl@bootstrap.sm_shell_helpers-end