aboutsummaryrefslogtreecommitdiff
path: root/store/config/home/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'store/config/home/bashrc')
-rw-r--r--store/config/home/bashrc6
1 files changed, 6 insertions, 0 deletions
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"