fix path for atuin in .zshrc

This commit is contained in:
2025-10-07 08:26:26 +11:00
parent 5e865e144e
commit a13fb731cc
2 changed files with 16 additions and 1 deletions

2
.zshrc
View File

@@ -1,4 +1,4 @@
export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/.cargo/bin:$HOME/.atuin/bin:$HOME/.local/bin:$HOME/.fzf/bin:$PATH"
export EDITOR="nvim"
export VISUAL="nvim"