Add nushell update
This commit is contained in:
parent
c6bfe3da4e
commit
f861be910a
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue