Recently my terminal started upon being opened getting flooded with this messages
bash: /run/user/1000/blesh/1293254.util.assign.tmp.0: No space left on device
bash: /run/user/1000/blesh/1293254.edit-history-load: No such file or directory
bash: /run/user/1000/blesh/1293254.edit-history-load-multiline-index: No such file or directory
and removing the following from .bashrc seems to fix it
[[ $- == *i* ]] && source /usr/share/blesh/ble.sh
But that also means all the colors and autocomplete options get removed. I still have plenty of space, so I don't know why this is happening.