Hacker News new | ask | show | jobs
by chrysoprace 960 days ago
It's pretty cool but still seems a little rough around the edges. My simple test case was to launch into the shell and see if it loaded any of my normal shell configs like highlighting or auto-suggestions (based on my history) but it seems to just be its own shell entirely. It also doesn't seem to play nicely with `zsh` since I tried to do a `..` (which is a common `zsh` alias for "cd .." which got a `zsh:1: permission denied: ..` and then I tried to run `cd ..` it did nothing.

Keen to see how this pans out though!

1 comments

stock macos zsh's `..` just gave me 'zsh: permission denied: ..'

zsh 5.9 (x86_64-apple-darwin22.0)

Yep it's not stock `zsh` alias, so that suggests to me then that Inteshellisense isn't reading my shell config at all.