Add nushell update
This commit is contained in:
@@ -368,6 +368,11 @@ update-dotfiles() {
|
|||||||
cd ~/.config/awesome/ && git pull
|
cd ~/.config/awesome/ && git pull
|
||||||
fi
|
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
|
cd $current_dir
|
||||||
|
|
||||||
local seconds=$((`date +%s` - $start))
|
local seconds=$((`date +%s` - $start))
|
||||||
|
|||||||
Reference in New Issue
Block a user