mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-09-10 19:56:24 +00:00
Multiple changes
This commit is contained in:
7
.zshrc
7
.zshrc
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user