fix cfg
Some checks failed
release / Release (push) Failing after 3m16s

This commit is contained in:
2026-03-01 19:13:14 +09:00
parent 0e2acec2c0
commit f932954c3a

View File

@@ -1,4 +1,6 @@
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"
@@ -25,3 +27,4 @@ bindkey '^[[B' history-substring-search-down
if [[ -o login ]] && [[ -o interactive ]] && command -v aishell &>/dev/null; then
exec aishell
fi