From d691dd549784b99d428dd3151289efa5d8df5874 Mon Sep 17 00:00:00 2001 From: Brendan McDevitt Date: Sat, 15 Oct 2016 08:34:21 -0500 Subject: [PATCH] adjusted random bad spacing in some scripts --- .bash_profile | 2 -- .env | 2 -- bin/{rblscan => rblscan.sh} | 0 bin/{rebind_caps_to_esc => rebind_caps_to_esc.sh} | 0 4 files changed, 4 deletions(-) rename bin/{rblscan => rblscan.sh} (100%) rename bin/{rebind_caps_to_esc => rebind_caps_to_esc.sh} (100%) diff --git a/.bash_profile b/.bash_profile index 0934715..16d3a70 100644 --- a/.bash_profile +++ b/.bash_profile @@ -2,9 +2,7 @@ # ~/.bash_profile # - [[ -f ~/.bashrc ]] && . ~/.bashrc [[ -f ~/.bash_functions ]] && . ~/.bash_functions [[ -f ~/.bash_aliases ]] && . ~/.bash_aliases [[ -f ~/.env ]] && . ~/.env - diff --git a/.env b/.env index dcf16c2..1358907 100644 --- a/.env +++ b/.env @@ -5,5 +5,3 @@ export PATH=$PATH:$HOME/bin # Bash prompt color - green export PS1="\e[0;32m[\u@\h \W]\$ \e[m " - - diff --git a/bin/rblscan b/bin/rblscan.sh similarity index 100% rename from bin/rblscan rename to bin/rblscan.sh diff --git a/bin/rebind_caps_to_esc b/bin/rebind_caps_to_esc.sh similarity index 100% rename from bin/rebind_caps_to_esc rename to bin/rebind_caps_to_esc.sh