From 482a3c88668d2e1be7074668a8e992242ac3404a Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Fri, 19 Nov 2021 12:57:35 -0500 Subject: update zsh --- zsh/.profile | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 zsh/.profile (limited to 'zsh/.profile') diff --git a/zsh/.profile b/zsh/.profile deleted file mode 100644 index e297b42..0000000 --- a/zsh/.profile +++ /dev/null @@ -1,5 +0,0 @@ -# add user's bin directory to path -if [ -d $HOME/.local/bin ] -then - export PATH=$HOME/.local/bin:$PATH -fi -- cgit v1.2.3