From 374ecacd0808ce322cb85ba85023e0b8fb94bcf6 Mon Sep 17 00:00:00 2001 From: Raphael McSinyx Date: Fri, 22 Jul 2016 10:20:47 +0700 Subject: Update 20160722 --- bash/.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bash') diff --git a/bash/.profile b/bash/.profile index 2802e32..e3da6c9 100644 --- a/bash/.profile +++ b/bash/.profile @@ -12,12 +12,12 @@ if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists if [ -f "$HOME/.bashrc" ]; then - . "$HOME/.bashrc" + . "$HOME/.bashrc" fi fi # set PATH so it includes user's private bin if it exists -if [ -d "$HOME/.local/bin" ] ; then +if [ -d "$HOME/.local/bin" ]; then PATH="$HOME/.local/bin:$PATH" fi -- cgit 1.4.1