summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/etc/skel/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'configs/profile/root-image/etc/skel/.bashrc')
-rw-r--r--configs/profile/root-image/etc/skel/.bashrc15
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/profile/root-image/etc/skel/.bashrc b/configs/profile/root-image/etc/skel/.bashrc
new file mode 100644
index 0000000..89392d7
--- /dev/null
+++ b/configs/profile/root-image/etc/skel/.bashrc
@@ -0,0 +1,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