From f861be910a4d861ea80832113aa67c0a5c1cce6c Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 14 Mar 2024 19:04:36 +0100 Subject: [PATCH] Add nushell update --- bin/update | 5 +++++ 1 file changed, 5 insertions(+) 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))