Skip to content

Instantly share code, notes, and snippets.

@tsuchm
Created March 5, 2018 07:10
Show Gist options
  • Save tsuchm/d60cb39fef888673aeb77c5228b6b0c0 to your computer and use it in GitHub Desktop.
Save tsuchm/d60cb39fef888673aeb77c5228b6b0c0 to your computer and use it in GitHub Desktop.
Set LV color mode
# perldoc や man などを参照していて、lv をページャに使っていると、以下のように ESC sequence が
# 表示される症状に悩まされるようになった.いつからかは不明.Debian Stretch 以後?
#
# ESC[1mNAMEESC[0m
# Config::Simple - simple configuration file class
#
# 以下のように、LV 環境変数を明示的に指定すると症状が改善された.
LV=-c
export LV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment