From b9d5c36ba2ccf61f4b5ce5f724a4a040ab5ac117 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Wed, 14 Jun 2017 09:38:25 +0100 Subject: [PATCH] Add lampp to path --- bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_profile b/bash_profile index 0b02e481..405f9215 100644 --- a/bash_profile +++ b/bash_profile @@ -9,7 +9,7 @@ export TERMINAL=/usr/bin/konsole export TERM=xterm-256color -export PATH=~/.bin:$PATH:. +export PATH=~/.bin:$PATH:/opt/lampp/bin:. export EDITOR='vim --servername jab2870' export CDPATH=.:~:~/Sites