Questions tagged [xonsh]
2 questions
1
vote
1 answer
bash: /etc/shells: Permission denied in Ubuntu
I am trying to add Xonsh to my /etc/shellsto make it my new default shell, however when i run sudo which xonsh >> /etc/shells I get bash: /etc/shells: Permission denied I tried changing the permissions using chmod u+x /etc/shellsbut it throws…
Omar Morales Rivera
- 137
- 5
1
vote
1 answer
How to split commands to multiple lines nicely in xonsh?
Consider this command in bash:
docker run -d \
--rm \
--name postgres-prod \
--env TZ="Europe/Budapest" \
--mount type=bind,src=/secure/postgres/prod/data,dst=/var/lib/postgresql/data \
--mount…
nagylzs
- 123