#!/usr/bin/env bash

addon=""
if [[ -n $1 ]]; then
	addon="-${1}"
fi
cd "$(cat "${DOTFILES_PATH}/.cwd${addon}.tmp")" || return