mirror of
https://github.com/getcompanion-ai/computer-guest.git
synced 2026-04-15 07:04:43 +00:00
chore: naming convention
This commit is contained in:
parent
ef8f354291
commit
35808291a4
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ computer_prompt_base_name() {
|
||||||
}
|
}
|
||||||
|
|
||||||
computer_prompt_name() {
|
computer_prompt_name() {
|
||||||
printf '%s(computer)' "$(computer_prompt_base_name)"
|
printf '%s' "$(computer_prompt_base_name)"
|
||||||
}
|
}
|
||||||
|
|
||||||
export EDITOR="${EDITOR:-nvim}"
|
export EDITOR="${EDITOR:-nvim}"
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ computer_prompt_base_name() {
|
||||||
}
|
}
|
||||||
|
|
||||||
computer_prompt_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"
|
ZSH_CACHE_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/zsh"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue