We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de8ff3 commit bf43ec9Copy full SHA for bf43ec9
1 file changed
.config/yadm/bootstrap
@@ -144,7 +144,7 @@ if command -v neomutt >/dev/null 2>&1; then
144
mkdir -p $HOME/Mail/pygotham >/dev/null
145
fi
146
147
-echo "Updating Tmux Plugin Manager"
+echo "Updating Tmux Plugin Manager."
148
if test ! -d $XDG_CONFIG_HOME/tmux/plugins/tpm-redux; then
149
mkdir $XDG_CONFIG_HOME/tmux/plugins
150
git clone https://github.com/RyanMacG/tpm-redux $XDG_CONFIG_HOME/tmux/plugins/tpm-redux
@@ -154,7 +154,7 @@ $XDG_CONFIG_HOME/tmux/plugins/tpm-redux/bin/clean
154
$XDG_CONFIG_HOME/tmux/plugins/tpm-redux/bin/update
155
156
if command -v softwareupdate >/dev/null 2>&1; then
157
- echo "Installing software updates"
+ echo "Installing software updates."
158
softwareupdate --all --install --force
159
160
0 commit comments