Skip to content

Instantly share code, notes, and snippets.

@rubenerd
Last active August 29, 2015 14:13
Show Gist options
  • Save rubenerd/779416d66830ef498761 to your computer and use it in GitHub Desktop.
Save rubenerd/779416d66830ef498761 to your computer and use it in GitHub Desktop.
Enable utf-8 output in FreeBSD less
#!/bin/tcsh
setenv LESSCHARSET 'utf-8'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment