Skip to content

Instantly share code, notes, and snippets.

@igalic
Created December 28, 2019 12:38
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 igalic/80c0f9ed02c270ea58fa8852698dd03c to your computer and use it in GitHub Desktop.
Save igalic/80c0f9ed02c270ea58fa8852698dd03c to your computer and use it in GitHub Desktop.
if status --is-interactive
# solaris spoiled me…
set -xU MANWIDTH 72
set -xU LESS_TERMCAP_md (printf "\e[01;31m")
set -xU LESS_TERMCAP_me (printf "\e[0m")
set -xU LESS_TERMCAP_se (printf "\e[0m")
set -xU LESS_TERMCAP_so (printf "\e[01;44;33m")
set -xU LESS_TERMCAP_ue (printf "\e[0m")
set -xU LESS_TERMCAP_us (printf "\e[01;32m")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment