From 369bb39212fd4cbf3d3a73a97250699dd6b812d6 Mon Sep 17 00:00:00 2001 From: Harsh Virdi Date: Mon, 11 Aug 2025 06:42:17 +0530 Subject: [PATCH] Added local Scripts folder to PATH --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index 866aa3a..e9e8f6d 100755 --- a/setup +++ b/setup @@ -194,7 +194,7 @@ sed -n '33,81p;82q' ~/arch_install3.sh | cut -c2- > ~/.bashrc #export CUDA_CACHE_PATH="$XDG_CACHE_HOME"/nv #export WINEPREFIX="$XDG_DATA_HOME"/wineprefixes/default #export XINITRC="$XDG_CONFIG_HOME"/X11/xinitrc -#export PATH=~/.local/bin:$PATH +#export PATH=~/.local/bin:~/.local/scripts:$PATH #export EDITOR=nvim #export TERMINAL=st #export TERM='xterm-256color'