mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-21 14:38:43 +02:00
5 lines
269 B
Text
5 lines
269 B
Text
Gentoo installs atuin's shell-init code under
|
|
/usr/share/atuin/shell-init/
|
|
Therefore, instead of using, e.g., 'eval \"\$(atuin init zsh)\"' in
|
|
your .zshrc you can simply put \"source /usr/share/atuin/shell-init/zsh\"
|
|
there, which avoids the cost of forking a process.
|