From 20e01667f9909af225c2a2bb327339aee0f4e793 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Tue, 3 Oct 2017 11:43:41 +0100 Subject: [PATCH] profile: add surface-scripts directory to $PATH --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 76e1e5b..48c5b87 100644 --- a/.profile +++ b/.profile @@ -5,7 +5,7 @@ export LC_NUMERIC=en_GB export CONFIG_DIR="$HOME/.config" export XDG_CONFIG_HOME="$CONFIG_DIR" export DOTFILES="$CONFIG_DIR/dotfiles" -export PATH="${PATH}:$DOTFILES/scripts" +export PATH="${PATH}:$DOTFILES/scripts:$HOME/.local/share/surface-scripts" export XDG_CURRENT_DESKTOP="GNOME" # Fixes xdg-open # Allow Vim to load from ~/.config/vim