Skip to content

Instantly share code, notes, and snippets.

View tkalfigo's full-sized avatar

Thalis K. tkalfigo

  • Berlin, Germany
View GitHub Profile
@tkalfigo
tkalfigo / gist:5695629
Last active February 1, 2017 14:35
Place in .bashrc so that psql can navigate using cursor keys result sets that are wider than your terminal.
#Place this in ~/.bashrc or ~/.bash_profile so that psql can show rows that are wider than the terminal using cursor keys
export PAGER=less;
export LESS='-iMFXSx4R';