fix(zsh): use correct *box script for name
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
044d0e42ab
commit
f59e074ef8
3 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
- name: Install script for toolbox name retrieval
|
||||
- name: Install script for toolbox/distrobox name retrieval
|
||||
ansible.builtin.copy:
|
||||
src: files/toolbox_name.sh
|
||||
dest: ~/.local/bin/toolbox_name
|
||||
src: files/boxname.sh
|
||||
dest: ~/.local/bin/boxname
|
||||
mode: 0700
|
||||
|
||||
- name: Install script for paste.sr.ht
|
||||
|
|
|
@ -42,7 +42,7 @@ style = "cyan"
|
|||
[custom.toolbox]
|
||||
when = "ls /run/.containerenv"
|
||||
symbol = " "
|
||||
command = "~/.local/bin/toolbox_name"
|
||||
command = "~/.local/bin/boxname"
|
||||
format = "in [$symbol($output )]($style)"
|
||||
style = "bold purple"
|
||||
|
||||
|
|
Loading…
Reference in a new issue