From a13fb731cc1fc2fab9e439f8adf6500c7d33ba14 Mon Sep 17 00:00:00 2001 From: sam rolfe Date: Tue, 7 Oct 2025 08:26:26 +1100 Subject: [PATCH] fix path for atuin in .zshrc --- .zshrc | 2 +- nushell/history.txt | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index ab27326..6c206a1 100644 --- a/.zshrc +++ b/.zshrc @@ -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" diff --git a/nushell/history.txt b/nushell/history.txt index 121df2d..7d9feaf 100644 --- a/nushell/history.txt +++ b/nushell/history.txt @@ -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