summaryrefslogtreecommitdiff
path: root/skel/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'skel/.bash_profile')
-rw-r--r--skel/.bash_profile12
1 files changed, 12 insertions, 0 deletions
diff --git a/skel/.bash_profile b/skel/.bash_profile
new file mode 100644
index 0000000..23ecb2a
--- /dev/null
+++ b/skel/.bash_profile
@@ -0,0 +1,12 @@
+#
+# ~/.bash_profile
+#
+
+[[ -f ~/.bashrc ]] && . ~/.bashrc
+
+export EDITOR=nano
+export DESKTOP_SESSION='_DESKTOP_SESSION_'
+
+~/.automated_script.sh
+
+[ -n "$DESKTOP_SESSION" -a -z "$DISPLAY" -a "$(tty)" = /dev/tty1 ] && exec startx