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
54 54
55EOF 55EOF
56 56
57[ -f ~/.bashrc ] || tee -a ~/.bashrc > /dev/null << EOF 57tee -a ~/.bashrc > /dev/null << EOF
58LS_COLORS=$LS_COLORS:'di=38;5;135:' ; export LS_COLORS 58LS_COLORS=$LS_COLORS:'di=38;5;135:' ; export LS_COLORS
59PS1='[\[\033[01;32m\]\u\[\033[00m\]@\h \[\033[38;5;135m\]\W\[\033[00m\]]\$ ' 59PS1='[\[\033[01;32m\]\u\[\033[00m\]@\h \[\033[38;5;135m\]\W\[\033[00m\]]\$ '
60EOF 60EOF
61source ~/.bashrc
61 62
62sudo timedatectl set-timezone Asia/Singapore 63sudo timedatectl set-timezone Asia/Singapore
63 64