summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorEwy~ <ewy0@protonmail.com>2024-12-28 01:08:10 +0100
committerEwy~ <ewy0@protonmail.com>2024-12-28 01:08:10 +0100
commit059df2c6755bce70dbe1e68bdf47ea7c6cc2cb4f (patch)
treec95fc3025a1c69ce5d1dbaf7e55121c2e70a152a /.bashrc
updated commit
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
new file mode 100644
index 0000000..6b91346
--- /dev/null
+++ b/.bashrc
@@ -0,0 +1,14 @@
+#
+# ~/.bashrc
+#
+
+set -a
+eval $(/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator)
+set +a
+
+# If not running interactively, don't do anything
+[[ $- != *i* ]] && return
+
+alias ls='ls --color=auto'
+alias grep='grep --color=auto'
+PS1='[\u@\h \W]\$ '