From 1e2e4c5d5cdf1bf0f4b927b6a051933274f2295a Mon Sep 17 00:00:00 2001 From: fengbh <1953356163@qq.com> Date: Mon, 21 Apr 2025 07:43:44 +0000 Subject: [PATCH] update for centos7 --- bash/bashrc_6d02aaf87914 | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/bash/bashrc_6d02aaf87914 b/bash/bashrc_6d02aaf87914 index 47380e9..b55d513 100644 --- a/bash/bashrc_6d02aaf87914 +++ b/bash/bashrc_6d02aaf87914 @@ -1,7 +1,19 @@ +#!/bin/bash +# File : bashrc_6d02aaf87914 +# License : MIT +# Author : Feng Bohan <1953356163@qq.com> +# Date : 2025-04-19 09:51:37 +# Last Modified Date: 2025-04-21 07:43:02 +# Last Modified By : Feng Bohan <1953356163@qq.com> +# ----- +# Copyright © 2025 Feng Bohan. All Rights Reserved. -scl enable devtoolset-10 bash +if [ -z "$SCL_LOADED" ]; then + export SCL_LOADED=1 + scl enable devtoolset-10 bash +fi export http_proxy=http://192.168.3.7:7890 export https_proxy=http://192.168.3.7:7890 -export PATH=/usr/local/vim/bin:$PATH +export PATH=$PATH:/host-data/local/vim/bin