User Tools

Site Tools


synology:synology-bash-fix

This is an old revision of the document!


Bash linewrap fix on Synology

When SSH-ing into Synology systems, the prompt wraps onto itself after 80 characters, regardless of the size of the window. To fix this do:

vi ~/.bashrc

and insert:

#!/bin/sh
shopt -s checkwinsize
synology/synology-bash-fix.1552506897.txt.gz · Last modified: (external edit)