Skip to content

Instantly share code, notes, and snippets.

@devlights
Last active February 18, 2019 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devlights/033827856e141cb217bae29513c3c221 to your computer and use it in GitHub Desktop.
Save devlights/033827856e141cb217bae29513c3c221 to your computer and use it in GitHub Desktop.
[cygwin] lv コマンドを実行すると行の先頭に "OOPS" と付く件

TERM環境変数をcygwinにすればちゃんと表示できる

$ TERM=cygwin lv /path/to/file

alias 設定しておいたらいい感じ

alias lv='TERM=cygwin lv'

参考: http://bit.ly/2EfDVcc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment