assh
assh copied to clipboard
Single quotes not recognized in .asshrc.
I just tried adding this to the config file:
PS1='${debian_chroot:+($debian_chroot)}[\033[01;32m]\u@\h[\033[00m]:[\033[01;34m]\w[\033[00m]$ '
It looks like I have a bug with single quotes in .asshrc . I was able to use export PS1=$"\e[0;31m$ \e[0m"
without issue.