fix:setup.sh

This commit is contained in:
dichgrem
2025-11-23 22:13:08 +08:00
parent 61f7246265
commit bc43bc7e9d
2 changed files with 182 additions and 43 deletions

View File

@@ -1,7 +1,6 @@
# ========================
# Locale & Editor
# ========================
export LANG=zh_CN.UTF-8
export EDITOR=nano
export PATH="$HOME/.atuin/bin:$PATH"
@@ -75,4 +74,4 @@ fi
if ! command -v starship >/dev/null 2>&1; then
PROMPT='%F{green}%n@%m%f:%F{blue}%~%f %# '
RPROMPT='%F{yellow}[%D{%H:%M}]%f'
fi
fi