mirror of
https://github.com/getcompanion-ai/computer-guest.git
synced 2026-04-15 18:01:24 +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() {
|
||||
printf '%s(computer)' "$(computer_prompt_base_name)"
|
||||
printf '%s' "$(computer_prompt_base_name)"
|
||||
}
|
||||
|
||||
export EDITOR="${EDITOR:-nvim}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue