Regis Boudinot
Regis Boudinot
Yea that makes sense. I wonder how this could otherwise be done 🤔
I would assume something like: ```bash if [[ ! $1 -eq "" ]] then # check $1 is valid # apply theme fi ``` Would be a good start. You...
Works on vanilla Ubuntu 17.04. Just reporting so there can be some datapoints :+1:
How large is the `1.txt` file? This should work: `wc -c 1.txt` I think this has to do with the `(terminal_width - offset)` calculation (taking a quick peek at main).