Added dconf configuration

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2016-10-29 16:41:50 +02:00
parent 399f8e0c59
commit 984d7283d0
7 changed files with 43 additions and 49 deletions

View file

@ -121,3 +121,8 @@ fi
if [ -x /usr/bin/mint-fortune ]; then
/usr/bin/mint-fortune
fi
# Add users bin directory to the PATH
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi