fish: use atuin
This commit is contained in:
parent
29735c36f2
commit
1e79cbba99
@ -13,6 +13,10 @@ if status --is-interactive
|
|||||||
command -v zoxide > /dev/null && zoxide init fish | source
|
command -v zoxide > /dev/null && zoxide init fish | source
|
||||||
command -v starship > /dev/null && starship init fish | source
|
command -v starship > /dev/null && starship init fish | source
|
||||||
|
|
||||||
|
if not set -q FISH_IS_IN_PRIVATE
|
||||||
|
command -v atuin > /dev/null && atuin init fish | source
|
||||||
|
end
|
||||||
|
|
||||||
if type -q tmux; and test -z "$TMUX"
|
if type -q tmux; and test -z "$TMUX"
|
||||||
tmux attach -t default || tmux new-session -s default
|
tmux attach -t default || tmux new-session -s default
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user