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"

View File

@ -53,3 +53,18 @@ cd ~/dotfiles
lazygit
rm ~/dotfiles/manage_configs.sh
mv ~/dotfiles/fix_links.sh ~/dotfiles/manage_configs.sh
lazygit
ssh sam@192.168.20.13
ssh sam@192.168.20.35
hostname
ssh sam@192.168.20.35
zellij
nvim ~/dotfiles/.zshrc
which atuin
cat ~/.zprofile
zsh -f -c 'echo $PATH'
ssh sam@192.168.20.35
ssh sam@192.168.20.13
nvim ~/dotfiles/.zshrc
atuin
cd ~/dotfiles