From 0f594105703a304d35ae3acb4a29881e26a72d5e Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 4 Jan 2018 21:12:19 -0600 Subject: [PATCH] .profile: Switch to .local/bin, deprecating .bin --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 7681675b..540adc41 100755 --- a/.profile +++ b/.profile @@ -106,5 +106,5 @@ fi # Minor configuration settings export EDITOR=$(which vim) -export PATH=$PATH:$HOME/.bin:$HOME/.local/bin +export PATH=$PATH:$HOME/.local/bin export XDG_CONFIG_HOME="$HOME/.config"