This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# All my gist code is licensed under the terms of the MIT license. | |
# Video demo: https://www.youtube.com/watch?v=lSOVozD7Iio | |
### Add this to your .bashrc | |
export LESS="--RAW-CONTROL-CHARS --quit-if-one-screen --clear-screen --tilde" | |
# version of less that scrolls | |
alias less="less --chop-long-lines --status-column --rscroll='>'" |