[emacs] Switch to doom-xcode for term friendly themeing
This commit is contained in:
11
zsh/.zshrc
11
zsh/.zshrc
@ -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 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,7 +25,7 @@ yayup () {
|
||||
mv ~/.asdf.bak ~/.asdf
|
||||
}
|
||||
|
||||
eval "$(/home/powellc/.atuin/bin/atuin init zsh)"
|
||||
eval "$(/opt/homebrew/bin/atuin init zsh)"
|
||||
|
||||
local hostname="%{$fg_bold[white]%}%m"
|
||||
|
||||
@ -39,6 +39,5 @@ export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
||||
## [/Completion]
|
||||
|
||||
export PATH="/home/powellc/.shorebird/bin:$PATH"
|
||||
export PATH="/home/powellc/.asdf/bin:$PATH"
|
||||
export ASDF_DATA_DIR="/home/powellc/.asdf"
|
||||
export PATH="$ASDF_DATA_DIR/shims:$PATH"
|
||||
export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
|
||||
. ${ASDF_DATA_DIR:-$HOME/.asdf}/plugins/golang/set-env.zsh
|
||||
|
||||
Reference in New Issue
Block a user