fix zshrc
All checks were successful
release / Release (push) Successful in 7m10s

This commit is contained in:
2026-03-26 03:21:54 +09:00
parent 68817f16ed
commit 0372e0e2f7

View File

@@ -1,4 +1,4 @@
export PATH=$HOME/.cargo/bin:$PATH export PATH=$HOME/.cargo/bin:$HOME/.local/bin:$PATH
alias u="sudo pacman -Syu --noconfirm" alias u="sudo pacman -Syu --noconfirm"
alias c="claude --dangerously-skip-permissions" alias c="claude --dangerously-skip-permissions"
@@ -21,10 +21,6 @@ setopt HIST_IGNORE_DUPS
bindkey '^[[A' history-substring-search-up bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down bindkey '^[[B' history-substring-search-down
if [[ -o login ]] && [[ -o interactive ]] && command -v aishell &>/dev/null; then
exec aishell
fi
function setup() { function setup() {
ailog setup ailog setup
# --- login --- # --- login ---
@@ -34,7 +30,6 @@ function setup() {
ailog gpt core -d ailog gpt core -d
ailog gpt memory -d ailog gpt memory -d
aigpt setup aigpt setup
claude # ailog bot chat
ailog bot start --user ailog bot start --user
ailog bot chat
} }