[sh] Fixing atuin env loading

This commit is contained in:
2025-04-10 12:42:49 -04:00
parent a84b79ca08
commit 8a5da26f4d
2 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# 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/.atuin/bin/env"
export ZSH="$HOME/.oh-my-zsh"
@ -25,7 +25,7 @@ yayup () {
mv ~/.asdf.bak ~/.asdf
}
eval "$(atuin init zsh)"
eval "$(/home/powellc/.atuin/bin/atuin init zsh)"
local hostname="%{$fg_bold[white]%}%m"