LucasLarson/dotfiles

surround with single quotes instead of double for shfmt compliance?

LucasLarson opened this issue · 1 comments

alias mu=" \
cd ${DOTFILES:-${HOME}/Dropbox/dotfiles} && \
garbage && \
mackup backup --force --root && \
git fetch --all && \
git submodule update --init --recursive && \
git status"
alias mux=" \
cd ${DOTFILES:-${HOME}/Dropbox/dotfiles} && \
garbage && \
mackup backup --force --root --verbose && \
git fetch --all --verbose && \
git submodule update --init --recursive --remote && \
git status"