diff options
| -rw-r--r-- | .config/shell/profile | 4 | ||||
| -rwxr-xr-x | .local/bin/pnsh-nvim | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index d7ac043..43b0ee2 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -1,4 +1,4 @@ export EDITOR=vis -export PATH=$PATH:$HOME/go/bin:/usr/local/go/bin - +export PATH="$PATH:$HOME/go/bin:/usr/local/go/bin" +export PATH="$HOME/.local/bin:$PATH" diff --git a/.local/bin/pnsh-nvim b/.local/bin/pnsh-nvim index 61bc47c..e0be3f3 100755 --- a/.local/bin/pnsh-nvim +++ b/.local/bin/pnsh-nvim @@ -7,7 +7,7 @@ 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" + @@ -36,6 +36,6 @@ $" --volume=($env | default "/var/run" XDG_RUNTIME_DIR | get XDG_RUNTIME_DIR)/do --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 ) |
