dotfiles/bash/bashrc_6d02aaf87914

21 lines
602 B
Plaintext
Raw Normal View History

2025-04-21 07:43:44 +00:00
#!/bin/bash
# File : bashrc_6d02aaf87914
# License : MIT
# Author : Feng Bohan <1953356163@qq.com>
# Date : 2025-04-19 09:51:37
2025-04-22 02:21:51 +00:00
# Last Modified Date: 2025-04-21 08:50:03
2025-04-21 07:43:44 +00:00
# Last Modified By : Feng Bohan <1953356163@qq.com>
# -----
# Copyright © 2025 Feng Bohan. All Rights Reserved.
2025-04-19 09:28:22 +00:00
2025-04-21 07:43:44 +00:00
if [ -z "$SCL_LOADED" ]; then
export SCL_LOADED=1
scl enable devtoolset-10 bash
fi
2025-04-19 09:28:22 +00:00
export http_proxy=http://192.168.3.7:7890
export https_proxy=http://192.168.3.7:7890
2025-04-22 02:21:51 +00:00
export PATH=$PATH:/home/bhfeng/local/vim/bin
export PATH=$PATH:/home/bhfeng/local/ctags/bin