From a83e4223c03360dcc1f9eca4bc836e2053ce543c Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 23 Nov 2021 19:52:41 +0000 Subject: [PATCH] Remove comments --- .config/shell/profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/shell/profile b/.config/shell/profile index 65c1101..d200d9c 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -3,9 +3,9 @@ # profile file. Runs on login. Environmental variables are set here. # Adds `~/.local/bin` to $PATH -#export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}:$(yarn global bin)" +export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}:$(yarn global bin)" -#unsetopt PROMPT_SP +unsetopt PROMPT_SP # Default programs export EDITOR="nvim"