Merge branch 'master' of ssh://git@git.john.me.tz:223/jpm/scripts.git
This commit is contained in:
commit
da74bae7c1
|
@ -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