aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-08-16 11:20:18 +0200
committerCharles <sircharlesaze@gmail.com>2019-08-16 11:20:18 +0200
commitec75775b276a8c323ae01bbd71b998a7f3c44e39 (patch)
tree8412e10e161553459fe8292cc021bff643015fea /.profile
downloaddotfiles-ec75775b276a8c323ae01bbd71b998a7f3c44e39.tar.gz
dotfiles-ec75775b276a8c323ae01bbd71b998a7f3c44e39.tar.bz2
dotfiles-ec75775b276a8c323ae01bbd71b998a7f3c44e39.zip
Initial commit for dotfiles
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