Don't use custom path to toolbox export
This commit is contained in:
parent
fbf1e353fa
commit
5f6bcbe072
|
@ -1,8 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# distrobox_binary
|
|
||||||
# name: toolbox
|
|
||||||
if [ ! -f /run/.containerenv ] && [ ! -f /.dockerenv ]; then
|
|
||||||
/usr/bin/distrobox-enter -n toolbox -- /usr/bin/nvim "$@"
|
|
||||||
else
|
|
||||||
/usr/bin/nvim "$@"
|
|
||||||
fi
|
|
Loading…
Reference in New Issue