mirror of
https://github.com/Dichgrem/dotfiles.git
synced 2025-12-16 21:12:00 -05:00
fix:setup.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user