zsh: Use atuin
This commit is contained in:
1
dependencies/homebrew.txt
vendored
1
dependencies/homebrew.txt
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
atuin
|
||||||
direnv
|
direnv
|
||||||
fastfetch
|
fastfetch
|
||||||
fd
|
fd
|
||||||
|
|||||||
@@ -14,8 +14,12 @@ export PYENV_ROOT="$HOME/.pyenv"
|
|||||||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
|
|
||||||
|
# ZOxide, cd alternative
|
||||||
eval "$(zoxide init --cmd cd zsh)"
|
eval "$(zoxide init --cmd cd zsh)"
|
||||||
|
|
||||||
|
# atuin, shell command stats
|
||||||
|
eval "$(atuin init zsh)"
|
||||||
|
|
||||||
if type brew &>/dev/null; then
|
if type brew &>/dev/null; then
|
||||||
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
|
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
|
||||||
export PATH="/usr/local/sbin:$PATH"
|
export PATH="/usr/local/sbin:$PATH"
|
||||||
|
|||||||
Reference in New Issue
Block a user