summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/etc/skel/.bashrc
blob: 89392d75b171f6b31f67031923d56e193375ef05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# ~/.bashrc
#

# If not running interactively, don't do anything
[[ $- != *i* ]] && return

setxkbmap us

alias ls='ls --color=auto'

if   [[ "$XDG_VTNR" == "7"  ]]
then PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w/\[\033[00m\]\n$ "
else PS1='[\u@\h \W]\$ '
fi