From 9e4c740688dfabaddd1fc91f8ea25f6843be0610 Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Fri, 11 Jan 2019 14:09:33 +1100 Subject: [PATCH] add scripts to $path --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 9e1dcc1..a1e7a75 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,5 +1,6 @@ # Path to oh-my-zsh installation export ZSH=/home/andrew/.oh-my-zsh +export PATH=~/scripts:$PATH # --- # Keybinds -- 2.49.0