diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-02-08 15:43:40 +0000 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-02-08 15:43:40 +0000 |
| commit | f05fbfb4451959850315218bb031c5fe4c6dbb14 (patch) | |
| tree | e0f8844c3b44c00e44336474381da3f816645924 /mut/bin | |
| parent | 6d4ccf06355a0da9cb275413fbd4b7aa2a8b7087 (diff) | |
updates
Diffstat (limited to 'mut/bin')
| -rwxr-xr-x | mut/bin/pnsh-nvim | 7 |
1 files changed, 3 insertions, 4 deletions
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 ) |
