From ae467c250164e25d4e17b31226a67e61e7b4e781 Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 1 Mar 2026 20:47:10 +0900 Subject: [PATCH] fix zshrc cleanup --- cfg/zshrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cfg/zshrc b/cfg/zshrc index 0ba2d94..65f2ba8 100644 --- a/cfg/zshrc +++ b/cfg/zshrc @@ -1,12 +1,8 @@ export PATH=$HOME/.cargo/bin:$PATH -export RUSTUP_HOME="$HOME/.rustup" -export CARGO_HOME="$HOME/.cargo" alias u="sudo pacman -Syu --noconfirm" alias zs="vim ~/.zshrc" alias zr="exec $SHELL && source ~/.zshrc" -alias claude='claude --dangerously-skip-permissions' -alias c='claude --dangerously-skip-permissions' autoload -Uz compinit compinit @@ -28,3 +24,6 @@ if [[ -o login ]] && [[ -o interactive ]] && command -v aishell &>/dev/null; the exec aishell fi +function setup() { + aigpt setup +}