cleanup
This commit is contained in:
parent
6c12e37b00
commit
bd8115e494
3 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/bir/sh
|
#!/bin/sh
|
||||||
kitty +kitten icat --clear --silent --stdin no --transfer-mode memory >/dev/tty
|
kitty +kitten icat --clear --silent --stdin no --transfer-mode memory >/dev/tty
|
||||||
|
|
|
@ -23,7 +23,7 @@ printf "\n"
|
||||||
|
|
||||||
printf "%bPulling updates from dotfiles repo...%b\n" "$BLUE" "$NC"
|
printf "%bPulling updates from dotfiles repo...%b\n" "$BLUE" "$NC"
|
||||||
git pull origin main
|
git pull origin main
|
||||||
git submodule update --remote --recursive --init
|
git submodule update --remote --recursive
|
||||||
printf "\n"
|
printf "\n"
|
||||||
|
|
||||||
if [ $needs_pop -eq 1 ]; then
|
if [ $needs_pop -eq 1 ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue