Add nushell update

This commit is contained in:
Thomas Forgione 2024-03-14 19:04:36 +01:00
parent c6bfe3da4e
commit f861be910a
1 changed files with 5 additions and 0 deletions

View File

@ -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))