link htoprc ~/.config/htop/htoprc
fi
if test -d ~/.ssh && test -O ~/.ssh; then
+ mkdir -p ~/.ssh/master
link ssh_config ~/.ssh/config
fi
if installed dig; then
# sockets are stored in ~/.ssh (by default ControlPath is not set). Using %r
# (remote user name) might leak information to other users on the current
# system (e.g. via netstat or lsof).
- ControlPath ~/.ssh/master-%l-%h-%p-%r
+ ControlPath ~/.ssh/master/%l-%h-%p-%r
# Automatically create a new master session if there's none yet or use an
# existing one. This way the user doesn't have to use -M to enable a master
# manually. Don't set this option to "yes" or all SSH commands try to become