aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.profile b/.profile
new file mode 100644
index 0000000..7711501
--- /dev/null
+++ b/.profile
@@ -0,0 +1,3 @@
+if [ -z $TMUX ]; then
+ redshift -c $HOME/.dotfiles/redshift.conf &
+fi