From 059df2c6755bce70dbe1e68bdf47ea7c6cc2cb4f Mon Sep 17 00:00:00 2001 From: Ewy~ Date: Sat, 28 Dec 2024 01:08:10 +0100 Subject: updated commit --- .bashrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .bashrc (limited to '.bashrc') 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]\$ ' -- cgit v1.3