dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 259fd08e6b3a1d66ef816619f95a40667f7d6658
parent ac578c815daa40dc879ab50de5fa7af5d9a5f8b0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat,  5 Oct 2019 13:03:20 +0200

Source .profile from .xprofile

Diffstat:
M.xprofile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.xprofile b/.xprofile @@ -17,8 +17,7 @@ xset dpms 300 600 900 # standby -> suspend -> off (seconds) [ ! "$(uname)" = "OpenBSD" ] && xset m 1/4 0 xset r rate 300 50 # key repeat rate ([delay in ms] [repeats per sec]) -[ -f $HOME/.config/sh/profile ] && . $HOME/.config/sh/profile -export ENV=$HOME/.kshrc +[ -f $HOME/.profile ] && . $HOME/.profile # auto-start programs dunst &