Compare commits

..

2 Commits

Author SHA1 Message Date
afc3da6fc9 git: globally ignore IntelliJ files 2024-07-08 16:17:34 -05:00
88e7a3e68b atuin: disable up arrow 2024-07-08 16:16:24 -05:00
2 changed files with 5 additions and 3 deletions

View File

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

View File

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