mirror of
				https://github.com/frebib/dotfiles.git
				synced 2024-06-14 12:57:23 +00:00 
			
		
		
		
	zsh: less enable mouse support
Usually this works most of the time, but in some invocations mouse does not work without this, e.g. systemctl status
This commit is contained in:
		| @@ -17,7 +17,7 @@ if exists tty && tty -s; then | ||||
| fi | ||||
|  | ||||
| # Configure less and add colours | ||||
| export LESS="-RI" | ||||
| export LESS="-RI --mouse" | ||||
| export PAGER="less" | ||||
| export MANPAGER="less -+N" | ||||
| # Disable histfile | ||||
|   | ||||
		Reference in New Issue
	
	Block a user