Siteshwar Vashisht

Results 113 comments of Siteshwar Vashisht

> It should be possible to implement commands such as dirs via ksh functions. There is literally nothing about them that requires they be builtins written in C since they...

> what is going on here is sort of a lesson of what happens when good software is hijacked by some semi-competent zealous guy whose grasp does not reach beyond...

Let's compare the behavior of different shells when `cd` is aliased: bash: ``` $ function _cd { command cd "$@"; } $ alias cd=_cd $ command cd /tmp $ echo...

I hit this issue again in #945 and #948 and I think it's the right time to start taking steps to switch to a newer documentation system. I have discussed...

@sneyx123 Meson depends on `python-3.5` and Solaris does not support it, so you can not build from `master` on Soalris.

Afaik meson still does not work on Solaris, but there is attempt to make it work https://github.com/mesonbuild/meson/pull/5008

I have made some improvements to avoid suggesting invalid commands from history. Checked in with this commit : To [email protected]:fish-shell/fish-shell.git e995cc9..05c721b master -> master

On Linux, executing "vi &" doesn't take vi to background, and at exit I get following message : Job 1, “vi &” has ended Is anyone else able to reproduce...

I had written a function named "vi" (alias like) to invoke vi editor, so I was not able to invoke vi in background. This should be fixed, we need to...

I came across this issue too and find the error message confusing. ``` Error stopping cluster: VM Failed to gracefully shutdown, try the kill command ``` which gives me a...