|
|
@@ -1,7 +1,6 @@
|
|
|
# If you come from bash you might have to change your $PATH.
|
|
|
export GOPATH="$HOME/.go"
|
|
|
export PATH=$HOME/.bin:$HOME/var/bin:/usr/local/bin:$PATH:$HOME/.go/bin:$HOME/.local/bin
|
|
|
-#. "$HOME/.atuin/bin/env"
|
|
|
|
|
|
export ZSH="$HOME/.oh-my-zsh"
|
|
|
|
|
|
@@ -25,14 +24,10 @@ yayup () {
|
|
|
mv ~/.asdf.bak ~/.asdf
|
|
|
}
|
|
|
|
|
|
-eval "$(/opt/homebrew/bin/atuin init zsh)"
|
|
|
-
|
|
|
local hostname="%{$fg_bold[white]%}%m"
|
|
|
|
|
|
PROMPT="${hostname} ${PROMPT}"
|
|
|
|
|
|
-export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
|
|
-
|
|
|
## [Completion]
|
|
|
## Completion scripts setup. Remove the following line to uninstall
|
|
|
[[ -f /home/powellc/.dart-cli-completion/zsh-config.zsh ]] && . /home/powellc/.dart-cli-completion/zsh-config.zsh || true
|