# zshenv/20_pager # # set pager variables # # Copyright © 2010 Tobias Klauser # Released under the terms of the Artistic Licence 2.0 # # Source repository: git://git.distanz.ch/dotfiles/zsh.git export PAGER='less' # to view some binary files in less export LESSOPEN="| /usr/bin/lesspipe %s" is_darwin && export LESSOPEN='| /opt/local/bin/lesspipe.sh %s' # vim:ft=zsh tanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2016-05-06 10:28:41 +0200
committerXinliang Liu <xinliang.liu@linaro.org>2016-05-11 19:05:35 +0800
commitb93c846273b9eda820f618a07d8871e20639e0b9 (patch)
tree9733576aacfa0309474390a3288f70d2840726ea
parent2e726dc4b4e2dd3ae3fe675f9d3af88a2d593ee1 (diff)
drm/hisilicon: Use drm_connector_register_all
Use drm_connector_register_all helper to register connectors. Cc: Xinliang Liu <xinliang.liu@linaro.org> Cc: Xinwei Kong <kong.kongxinwei@hisilicon.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>