Don't use custom path to toolbox export

This commit is contained in:
John Mertz 2023-10-05 18:40:05 +00:00
parent fbf1e353fa
commit 5f6bcbe072
1 changed files with 0 additions and 8 deletions

View File

@ -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