Compare commits

..

No commits in common. "afc3da6fc9a8e89b96ba69d58d172b16637371ec" and "50bdae07e635b57cc2b692f7ef04f51092795498" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -39,7 +39,9 @@ if status --is-interactive
# Shell history # Shell history
if command -q atuin if command -q atuin
atuin init fish --disable-up-arrow | source set -gx ATUIN_NOBIND true
atuin init fish | source
bind \cr _atuin_search
else else
bind \cr __fzf_history bind \cr __fzf_history
end end

View File

@ -3,7 +3,3 @@
# Direnv # Direnv
.envrc .envrc
# IntelliJ
.idea/
*.iml