1
0
Fork 0
This commit is contained in:
Luca Bilke 2023-04-19 16:17:13 +02:00
parent 6c12e37b00
commit bd8115e494
3 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#!/bir/sh
#!/bin/sh
kitty +kitten icat --clear --silent --stdin no --transfer-mode memory >/dev/tty

View file

@ -23,7 +23,7 @@ printf "\n"
printf "%bPulling updates from dotfiles repo...%b\n" "$BLUE" "$NC"
git pull origin main
git submodule update --remote --recursive --init
git submodule update --remote --recursive
printf "\n"
if [ $needs_pop -eq 1 ]; then