From e860d9a8f7ca586fa88ba2f0b1325377ebb14615 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 8 Oct 2020 01:53:07 -0400 Subject: dwmblocks scripts --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index 043cc9c..7bf362e 100644 --- a/.profile +++ b/.profile @@ -4,7 +4,7 @@ export PATH="$PATH:$(du "$HOME/.scripts/" | cut -f2 | tr '\n' ':')" export PATH=$PATH:/root/.local/bin export PATH=$PATH:$HOME/.local/bin export PATH=$PATH:$HOME/.cargo/bin -export PATH=$GOPATH/bin:$PATH +export PATH=$PATH$( find $HOME/.local/bin/ -type d -printf ":%p" ) export QT_QPA_PLATFORMTHEME="qt5ct" export EDITOR=/usr/bin/nvim export READER=/usr/bin/zathura -- cgit v1.2.3