diff --git a/Brewfile b/Brewfile index 09e17a1..f472f19 100644 --- a/Brewfile +++ b/Brewfile @@ -63,6 +63,8 @@ brew "coreutils" brew "openssl@3" # Extendable version manager with support for Ruby, Node.js, Erlang & more brew "asdf" +# Improved shell history for zsh and bash +brew "atuin" # Bourne-Again SHell, a UNIX command interpreter brew "bash" # Clone of cat(1) with syntax highlighting and Git integration diff --git a/fish/config.fish b/fish/config.fish index 093bf11..1b30adf 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -36,6 +36,9 @@ set --export EDITOR nvim # asdf Version Manager source (brew --prefix)/opt/asdf/libexec/asdf.fish +# Atuin +atuin init fish | source + # FZF set FD_OPTIONS "--follow --exclude .git --exclude node_modules" diff --git a/private/bin b/private/bin index 549d49e..28dc371 160000 --- a/private/bin +++ b/private/bin @@ -1 +1 @@ -Subproject commit 549d49ebe8506b7b29ba131420844d98b5647f71 +Subproject commit 28dc371fc569e7467115c94d16e7d5ee72668184