dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 98c1e46e14f16f2a41d9ae912844d5a2a0769578
parent 36d2a3a5115bc2788316768084d843ae6c1fb602
Author: Alex Balgavy <EMAIL>
Date:   Thu,  6 Jun 2019 15:14:56 +0200

Change path to z


Former-commit-id: 0e9ae14463e93f30f664f1edd052d4d04c266bb2
Diffstat:
Mshell/zshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/zshrc b/shell/zshrc @@ -109,7 +109,7 @@ fi # Z initialization if ! command -v z &> /dev/null; then - . /usr/local/etc/profile.d/z.sh + . $DOTFILES/shell/z/z.sh fi # rbenv init