diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-08-16 11:20:18 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-08-16 11:20:18 +0200 |
| commit | ec75775b276a8c323ae01bbd71b998a7f3c44e39 (patch) | |
| tree | 8412e10e161553459fe8292cc021bff643015fea /.profile | |
| download | dotfiles-ec75775b276a8c323ae01bbd71b998a7f3c44e39.tar.gz dotfiles-ec75775b276a8c323ae01bbd71b998a7f3c44e39.tar.bz2 dotfiles-ec75775b276a8c323ae01bbd71b998a7f3c44e39.zip | |
Initial commit for dotfiles
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 3 |
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 |
