summaryrefslogtreecommitdiff
path: root/.zshenv
blob: c4e52c1b5075c4e1f3b4113f703de58991b715f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# .zshenv
#
# Base zshenv file which simply delegates to files in $ZDOTDIR
#
# Copyright © 2010–2011 Tobias Klauser <tklauser@distanz.ch>
#
# Source repository: git://git.distanz.ch/dotfiles/zsh.git
#
# Based on the zsh setup by martin f. krafft which can be found at:
# git://git.madduck.net/etc/zsh.git

ZDOTDIR=$HOME/.zsh
[ -f $ZDOTDIR/.zshenv ] && . $ZDOTDIR/.zshenv
it();'>mode:
authorDave Airlie <airlied@redhat.com>2016-05-09 10:16:50 +1000
committerDave Airlie <airlied@redhat.com>2016-05-09 10:16:50 +1000
commit2958cf0ee2232cddf06cc9efaf143a0919b266f5 (patch)
tree7526fcfc3c3b923ee646417531be13e615d74077 /Documentation
parentfd50c3a0326152d97ef02f0d55ee48d7ae66d73f (diff)
parent8863dc7f5642737e49ff681cbb842d2c614bdcf4 (diff)
Merge tag 'topic/drm-misc-2016-05-08' of git://anongit.freedesktop.org/drm-intel into drm-next
Refcounting is hard, so here's a quick pull request with the one-liner to fix up i915. Otherwise just a few other small things I picked up. Plus the regression fix from Marten for rmfb behaviour that lingered around forever since no testers. Feel free to cherry-pick that over to drm-fixes, but given that there's not many who seemed to have cared, meh. * tag 'topic/drm-misc-2016-05-08' of git://anongit.freedesktop.org/drm-intel: drm/i915: Correctly refcount connectors in hw state readou drm/panel: Flesh out kerneldoc drm: Add gpu.tmpl docbook to MAINTAINERS entry drm/core: Do not preserve framebuffer on rmfb, v4. drm: Fix up markup fumble drm/fb_helper: Fix a few typos
Diffstat (limited to 'Documentation')