nvim to distrobox
This commit is contained in:
parent
6d33d9446f
commit
e861cddd6d
|
@ -0,0 +1,8 @@
|
|||
#!/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