summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/01_path
blob: 035a83da94e1cf7826f9fa5aa78e2baeaefcf122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# zshenv/01_path
#
# Add custom directories to the $PATH
#
# Copyright © 2011-2013 Tobias Klauser <tklauser@distanz.ch>
# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# Source repository: git://git.distanz.ch/dotfiles/zsh.git

# add the paths here

path_prepend $HOME/.local/bin
path_prepend $HOME/bin

# vim:ft=zsh