chore: naming convention

This commit is contained in:
Harivansh Rathi 2026-04-08 18:30:15 -04:00
parent ef8f354291
commit 35808291a4
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ computer_prompt_base_name() {
}
computer_prompt_name() {
printf '%s(computer)' "$(computer_prompt_base_name)"
printf '%s' "$(computer_prompt_base_name)"
}
export EDITOR="${EDITOR:-nvim}"

View file

@ -30,7 +30,7 @@ computer_prompt_base_name() {
}
computer_prompt_name() {
printf '%s(computer)' "$(computer_prompt_base_name)"
printf '%s' "$(computer_prompt_base_name)"
}
ZSH_CACHE_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/zsh"