From b5640ff8efa78214a60d8cff2996540d919510d1 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 25 Dec 2025 23:49:17 -0500 Subject: [PATCH] [zsh] Remove atuin --- zsh/.zshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 0dd49d8..44d7fff 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,7 +1,6 @@ # If you come from bash you might have to change your $PATH. export GOPATH="$HOME/.go" export PATH=$HOME/.bin:$HOME/var/bin:/usr/local/bin:$PATH:$HOME/.go/bin:$HOME/.local/bin -#. "$HOME/.atuin/bin/env" export ZSH="$HOME/.oh-my-zsh" @@ -25,14 +24,10 @@ yayup () { mv ~/.asdf.bak ~/.asdf } -eval "$(/opt/homebrew/bin/atuin init zsh)" - local hostname="%{$fg_bold[white]%}%m" PROMPT="${hostname} ${PROMPT}" -export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH" - ## [Completion] ## Completion scripts setup. Remove the following line to uninstall [[ -f /home/powellc/.dart-cli-completion/zsh-config.zsh ]] && . /home/powellc/.dart-cli-completion/zsh-config.zsh || true