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, 0 insertions, 15 deletions
diff --git a/configs/profile/root-image/etc/skel/.bashrc b/configs/profile/root-image/etc/skel/.bashrc
deleted file mode 100644
index 89392d7..0000000
--- a/configs/profile/root-image/etc/skel/.bashrc
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# ~/.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