logo

dotfiles

My dotfiles, one branch per machine
commit: 6da9ec2cd45d808cef5694c7c6afd7681d6dc01f
parent: e9fce738b2c9d23a23806e9c411f9662a10399e3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  4 Jul 2016 23:52:59 +0200

.mkshrc: Correct sourcing and setup the shell

Diffstat:

M.mkshrc7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.mkshrc b/.mkshrc @@ -1 +1,6 @@ -source ~/.common.sh +. ~/.common.sh + +set -o notify +set -o markdirs +set -o posix +set -o braceexpand