summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/00_dirs
blob: c8ad727c682bc87082ce633645184c29e4cde1e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# zshenv/00_dirs
#
# Store some often used directory paths in variables
#
# Copyright © 2010-2013 Tobias Klauser <tklauser@distanz.ch>
# Released under the terms of the Artistic Licence 2.0
#
# Source repository: git://git.distanz.ch/dotfiles/zsh.git
#

export BINDIR=
export ZVARDIR=$HOME/.var/zsh

# vim:ft=zsh
net>2016-08-31 20:53:49 -0700 commit3b631e52f7c741a1813b6fc631acca25591972a4 (patch) treec14d5195812c5c760f29d9f228c4c56001554525 parent9264251ee2a55bce8fb93826b3f581fb9eb7e2c2 (diff)parentaa6e8a54f653daaf34ff7fdceb2d992d714eea7c (diff)
Merge branch 'mediatek-fixes'
Sean Wang says: ==================== net: ethernet: mediatek: a couple of fixes a couple of fixes come out from integrating with linux-4.8 rc1 they all are verified and workable on linux-4.8 rc1 Changes since v1: - usage of loops to work out if all required clock are ready instead of tedious coding - remove redundant pinctrl setup that is already done by core driver thanks for careful and patient reviewing by Andrew Lunn - splitting distinct changes into the separate patches - change variable naming from err to ret for readable coding Changes since v2: - restore to original clock disabling sequence that is changed accidentally in the last version - refine the commit log that would cause misunderstanding what has been done in the changes - refine the commit log that would cause footnote losing due to improper delimiter use Changes since v3: - fix git rejects caused by mixing a change from net-next, so remake the patch set based on the current net branch again. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat