Andy Kipp

Results 470 comments of Andy Kipp

hi @kulkarniniraj! That's cool! PR is welcome! Try `docker run --rm -it xonsh/xonsh:slim xonsh` or use [xonsh-install](https://github.com/anki-code/xonsh-install) to install xonsh in isolated environment.

@gforsyth @jnoortheen I splitted this PR into two: * This PR has pure refreshing of specs.py without logic changes. Here I just group the code into functions. * The next...

This question looks solved and should be closed.

mamba is working to me pretty well e.g. in [xonsh-install](https://github.com/anki-code/xonsh-install)

Hi @rdd2! Something tells me that you can just source this files. What if you run `source /usr/share/fish/vendor_completions.d/docker.fish` - is it working? If yes this means that you can: 1....

Are you trying to compare the same fish versions? xxh-shell-fish has fish 3.1.0 version. What is your local version?

You're the first who writes xxh-plugin for fish and I'll help you to pass this path. I'll describe step by step and zsh will be an example (because I'm not...

Simple development workflow: ``` mkdir ~/xxh && cd ~/xxh git clone https://github.com/xxh/xxh-shell-fish mkdir xxh-plugin-fish-sample echo 'echo Plugin works!' > xxh-plugin-fish-sample/pluginrc.fish ... add xxh-plugin-fish-sample/build.sh ... ... add xxh-shell-fish/fishrc xxh myhost +if...

I think more simpler example is bash: * bashrc - https://github.com/xxh/xxh-shell-bash-zero/blob/master/bashrc * bash vim plugin - https://github.com/xxh/xxh-plugin-bash-vim Start here instead of zsh.