LoginSignup
1
1

More than 5 years have passed since last update.

LESS に行番号つけて色をつけるのが便利

Posted at

今更だけどTwitterで流れてきて便利すぎたのでメモ。

結果

次の2行を追加しました。

.bash_profile
export LESS="-NMR"
export LESSOPEN='| /usr/local/bin/src-hilite-lesspipe.sh %s'
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1