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