summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index a53fe40..651105c 100755
--- a/setup.sh
+++ b/setup.sh
@@ -54,10 +54,11 @@ set statusline=%F " shows full file path
EOF
-[ -f ~/.bashrc ] || tee -a ~/.bashrc > /dev/null << EOF
+tee -a ~/.bashrc > /dev/null << EOF
LS_COLORS=$LS_COLORS:'di=38;5;135:' ; export LS_COLORS
PS1='[\[\033[01;32m\]\u\[\033[00m\]@\h \[\033[38;5;135m\]\W\[\033[00m\]]\$ '
EOF
+source ~/.bashrc
sudo timedatectl set-timezone Asia/Singapore