[sh] Fixing atuin env loading
This commit is contained in:
@ -52,3 +52,8 @@ set-pg-env() {
|
||||
source /home/powellc/src/github.com/15five/aws-cli-tooling/set-pg-env.sh
|
||||
}
|
||||
export PATH="/home/powellc/.shorebird/bin:$PATH"
|
||||
|
||||
. "$HOME/.atuin/bin/env"
|
||||
|
||||
[[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh
|
||||
eval "$(atuin init bash)"
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user