aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index d627809..e5144f0 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -19,6 +19,9 @@ export XAUTHORITY=$HOME/.config/X11/Xauthority;
-configdir "$HOME/.config/X11/xorg.conf.d" \
-logfile "$HOME/.cache/xorg.log" vt1 -keeptty -auth "$XAUTHORITY";
+# set umask
+umask 0022;
+
# set prompt
PS1_USER='$(E=$? && [ "$E" = 0 ] || echo "$E ")\[\e[0;34m\]\W\[\e[0m\] \[\e[0;34m\]\$\[\e[0m\] '
PS1_ROOT='$(E=$? && [ "$E" = 0 ] || echo "$E ")\[\e[0;31m\]\W\[\e[0m\] \[\e[0;31m\]\$\[\e[0m\] '