summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index 05a3118..109ec08 100755
--- a/setup.sh
+++ b/setup.sh
@@ -54,11 +54,11 @@ set statusline=%F " shows full file path
54 54
55EOF 55EOF
56 56
57tee -a ~/.bashrc > /dev/null << 'EOF2' 57tee -a /etc/bashrc > /dev/null << 'EOF2'
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\]]\$ '
60EOF2 60EOF2
61source ~/.bashrc 61source /etc/bashrc
62 62
63sudo timedatectl set-timezone Asia/Singapore 63sudo timedatectl set-timezone Asia/Singapore
64 64