From 834088247bfab4cda54dc24d5a2d04afdc716154 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Fri, 8 May 2020 16:11:30 +0000 Subject: [PATCH] Remove PATH environment variable --- .bash_profile | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bash_profile b/.bash_profile index 1b0229e..db95f81 100644 --- a/.bash_profile +++ b/.bash_profile @@ -3,5 +3,3 @@ if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then exec startx fi - -export PATH=$PATH:~/.bin