mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-19 22:04:38 -04:00
8 lines
160 B
Fish
8 lines
160 B
Fish
if status is-interactive
|
|
set -gx ATUIN_NOBIND true
|
|
atuin init fish | source
|
|
|
|
bind \cr _atuin_search
|
|
bind \e\[1\;5A _atuin_bind_up # ctrl-up
|
|
end
|