dotfiles/bash/.bashrc.d/winsize.rc
2023-11-15 11:22:37 +01:00

4 lines
144 B
Bash

#!/bin/bash
shopt -s checkwinsize # check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.