mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-19 17:38:52 +02:00
Update install
This commit is contained in:
parent
dea97decdc
commit
5a2b721ceb
@ -156,3 +156,10 @@ case "$OSTYPE" in
|
||||
bsd*) __atuin_install_unsupported ;;
|
||||
*) __atuin_install_unsupported ;;
|
||||
esac
|
||||
|
||||
# TODO: Check which is in use
|
||||
echo 'eval "$(atuin init zsh)"' >> ~/.zshrc
|
||||
|
||||
curl https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh -o ~/.bash-preexec.sh
|
||||
echo '[[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh' >> ~/.bashrc
|
||||
echo 'eval "$(atuin init bash)"' >> ~/.bashrc
|
||||
|
Loading…
x
Reference in New Issue
Block a user