diff options
| author | Ewy~ <ewy0@protonmail.com> | 2024-12-28 01:08:10 +0100 |
|---|---|---|
| committer | Ewy~ <ewy0@protonmail.com> | 2024-12-28 01:08:10 +0100 |
| commit | 059df2c6755bce70dbe1e68bdf47ea7c6cc2cb4f (patch) | |
| tree | c95fc3025a1c69ce5d1dbaf7e55121c2e70a152a /.bashrc | |
updated commit
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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]\$ ' |
