From 1ff61073b150e9f124859415ae9be9a418f35821 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 12 Apr 2021 21:31:40 +0530 Subject: changed the default path for my scripts --- .config/zsh/.zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/zsh/.zshrc') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index f5ee04b..5e33606 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -9,10 +9,9 @@ bindkey -v # paths # export PATH=/:$PATH export PATH=/zt/Docs/Go:$PATH -export PATH=/home/zt/.config/scripts:$PATH +export PATH=/home/zt/.scripts:$PATH export PATH=/zt/Programs:$PATH export PATH=/home/zt/.local/bin:$PATH -export PATH=/zt/Docs/GoMinder:$PATH export PATH=/usr/local/bin:$PATH export PATH=/home/zt/.emacs.d/bin:$PATH -- cgit v1.2.3