diff --git a/bin/update b/bin/update index c91eb91..6628a97 100755 --- a/bin/update +++ b/bin/update @@ -368,6 +368,11 @@ update-dotfiles() { cd ~/.config/awesome/ && git pull fi + if [ -d ~/.config/nushell/.git ]; then + echo -e "\033[32;1m=== Updating nushell config ===\033[0m" + cd ~/.config/nushell/ && git pull + fi + cd $current_dir local seconds=$((`date +%s` - $start))