From 4bad74d2fea0e6ac9bd452cb0fc3473ec7b06746 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sun, 13 Jul 2025 15:40:20 +0800 Subject: config: update bash configs. --- store/config/home/bashrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'store/config/home/bashrc') diff --git a/store/config/home/bashrc b/store/config/home/bashrc index e59b2a4..162c250 100644 --- a/store/config/home/bashrc +++ b/store/config/home/bashrc @@ -1,3 +1,9 @@ +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +alias grep='grep --color=auto' +PS1='[\u@\h \W]\$ ' + set-proxy() { export http_proxy="http://127.0.0.1:7897" export https_proxy="http://127.0.0.1:7897" -- cgit v1.2.3