feat: add atuin to handle shell history

This commit is contained in:
2024-02-25 21:08:59 +00:00
parent 30ed6b41ba
commit 85533f3460
3 changed files with 7 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ services:
entrypoint: sleep
command: infinity
volumes:
- './config/atuin:/home/coder/.config/atuin'
- './config/git:/home/coder/.config/git'
- './config/mise:/home/coder/.config/mise'
- './config/nvim/lua/custom:/home/coder/.config/nvim/lua/custom'