This commit is contained in:
@@ -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
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user