diff options
| author | Mike Vink <ivi@vinkies.net> | 2025-02-11 07:44:59 +0000 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2025-02-11 07:44:59 +0000 |
| commit | 22a6d87cdf52b5cf8d5a2ae559b152dfb51f58a4 (patch) | |
| tree | 674bd5123c8532917ead023b22fc746d6a0645e6 | |
| parent | 5d20e2e6cd1c5ddb39b0c593858e1a39640b5caf (diff) | |
update profile for macos
| -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 ) |
