From f05fbfb4451959850315218bb031c5fe4c6dbb14 Mon Sep 17 00:00:00 2001 From: Mike Vink <59492084+ivi-vink@users.noreply.github.com> Date: Sat, 8 Feb 2025 15:43:40 +0000 Subject: updates --- mut/bin/pnsh-nvim | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'mut/bin') diff --git a/mut/bin/pnsh-nvim b/mut/bin/pnsh-nvim index 61bc47c..8a967e9 100755 --- a/mut/bin/pnsh-nvim +++ b/mut/bin/pnsh-nvim @@ -7,13 +7,13 @@ if not ($desktop_open_pipe | path exists) { let args = ( "--init" + -" --entrypoint=/usr/bin/nu" + +" --entrypoint=/usr/local/bin/oksh" + " --env=TERM=xterm-ghostty" + $" --env=EDITOR=vis" + $" --volume=($env.TERMINFO)/78/xterm-ghostty:/usr/share/terminfo/x/xterm-ghostty" + " --env=_ZO_DATA_DIR=/hostfs/.local/share/zoxide" + " --volume=/etc/profiles/per-user/ivi/etc/profile.d:/etc/profiles/per-user/ivi/etc/profile.d" + -" --env=SHELL=/usr/bin/nu" + +" --env=SHELL=/usr/local/bin/oksh" + " --env=DISPLAY" + " --env=XDG_RUNTIME_DIR" + " --volume=/tmp/.X11-unix:/tmp/.X11-unix" + @@ -33,9 +33,8 @@ $" --volume=($env | default "/var/run" XDG_RUNTIME_DIR | get XDG_RUNTIME_DIR)/do ( ^pnsh - --pnsh-host-bindfs-disabled --pnsh-docker-extra-args=$"($args)" --with-docker - --docker-image=pionativedev.azurecr.io/pionative/pnsh-vis + --docker-image=oksh --docker-tag=latest ) -- cgit v1.2.3