This commit is contained in:
2026-03-01 19:13:14 +09:00
parent 0e2acec2c0
commit 841f630249
3 changed files with 15 additions and 6 deletions

View File

@@ -3,8 +3,6 @@ export PATH=$HOME/.cargo/bin:$PATH
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
@@ -25,3 +23,14 @@ bindkey '^[[B' history-substring-search-down
if [[ -o login ]] && [[ -o interactive ]] && command -v aishell &>/dev/null; then
exec aishell
fi
function setup() {
ailog setup
ailog gpt core -d
ailog gpt memory -d
aigpt setup
# --- login ---
# ailog oauth $handle
# ailog oauth $handle_bot --bot
# claude
}