dotfiles/.config/zsh/.zprofile

8 lines
165 B
Text
Raw Normal View History

# create the missing directories
[ ! -d "$COMPDIR" ] && mkdir -p "$COMPDIR"
2014-12-20 11:28:15 +01:00
# transmission
2020-05-03 20:22:12 +02:00
if hash transmission-daemon 2>/dev/null; then
transmission-daemon
fi