Andy Kipp

Results 611 comments of Andy Kipp

Good catch. We need to check if ZSH_THEME already exists before setting the default. PR is welcome!

Hello @alfred-chan and welcome! I can repeat this issue: ``` $ xxh myhost +s zsh +e plugins='(git ubuntu)' +v +e ZSH_THEME='clean' ... ... Entrypoint env: raw=plugins=KGdpdCB1YnVudHUp, name=plugins, value=(git ubuntu) Entrypoint...

The similar for `conda` - https://github.com/conda/conda/issues/12323

Related [How to disable `site.ENABLE_USER_SITE` for an environment?](https://stackoverflow.com/questions/25584276/how-to-disable-site-enable-user-site-for-an-environment)

hi @joouha! This is not working for me: ```xsh xonsh xpip install -U git+https://github.com/joouha/xontrib-jupyter@fix-subproc-stdout cd /tmp euporie-notebook --kernel-name xonsh ``` If I run this many times: * sometimes I see...

@joouha what do you think, why we have unstable output?

Hi! Thank you for this! Let's think about security: 1. Is there a way to get screen dump as a stream and not save to file? Please research how to...

Do this in one command for more securely write-reading: ```bash cd /tmp touch ./file; chmod 600 ./file; zellij action dump-screen ./file; cat ./file; rm ./file ```