From ffac7be9a4cd76b87c0538fce8b5149ec817a408 Mon Sep 17 00:00:00 2001 From: Josh Fabean Date: Thu, 31 Aug 2017 13:42:38 -0500 Subject: [PATCH] added loopback alias to make xdebug work --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 488ab23..738fbc3 100644 --- a/.profile +++ b/.profile @@ -12,7 +12,7 @@ alias cp='cp -iv' # prompt when overwriting and verbose alias mv='mv -iv' # prompt when overwriting and verbose alias ll='ls -FGlAhp' alias du1='du -h -d 1' - +alias loopbackftw='sudo ip addr add 192.168.237.237/24 brd + dev wlp4s0 label wlp4s0:1' # channeling Justin & alisiasing my git alias gs='g status' alias ga='g add'