Add completions for session command

This commit is contained in:
2024-09-17 20:36:09 +01:00
parent 2fea9a3795
commit 8ff71513b2
2 changed files with 35 additions and 2 deletions

View File

@@ -31,7 +31,8 @@ for plugin in $plugins; do
error $plugin_directory contains unstaged changes
fi
pull=`git -C $plugin_directory pull`
if [ "$pull" != "Already up-to-date." ]; then
if [ "$pull" != "Already up to date." ] && \
[ "$pull" != "Already up-to-date." ]; then
echo changed pulled $plugin_directory
fi
else
@@ -53,7 +54,7 @@ symlinks=(
~/.config/zsh/zshenv ~/.zshenv
~/.config/zsh/zshrc ~/.zshrc
~/.config/zsh/prompt_fresh_setup
~/.local/share/zsh/site-functions/prompt_fresh_setup
~/.local/share/zsh/site-functions/prompt_fresh_setup
~/.config/zsh/cmake-uninstall ~/.local/bin/cmake-uninstall
~/.config/zsh/$ ~/.local/bin/$
~/.config/zsh/url/url ~/.local/bin/url