add atuin config
This commit is contained in:
parent
cbe791ead3
commit
5c9c12f32c
7 changed files with 726 additions and 0 deletions
|
|
@ -34,3 +34,9 @@ source "$HOME/.rye/env"
|
|||
|
||||
# . "$HOME/.cargo/env"
|
||||
update_path "$HOME/.cargo/bin/"
|
||||
|
||||
. "$HOME/.atuin/bin/env"
|
||||
|
||||
if [ -f ~/.bashrc ]; then
|
||||
. ~/.bashrc
|
||||
fi
|
||||
|
|
@ -6,3 +6,8 @@ if [[ $(ps --no-header --pid=$PPID --format=comm) != "fish" && -z ${BASH_EXECUTI
|
|||
shopt -q login_shell && LOGIN_OPTION='--login' || LOGIN_OPTION=''
|
||||
exec fish $LOGIN_OPTION
|
||||
fi
|
||||
|
||||
. "$HOME/.atuin/bin/env"
|
||||
|
||||
[[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh
|
||||
eval "$(atuin init bash)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue