From bd8115e4943bfb9b61f5953e9154188478e925f3 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Wed, 19 Apr 2023 16:17:13 +0200 Subject: [PATCH] cleanup --- .config/lf/clean | 2 +- .local/bin/dotsync | 2 +- .local/bin/{samedir => sd} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename .local/bin/{samedir => sd} (100%) diff --git a/.config/lf/clean b/.config/lf/clean index ec1660e2..3dfe95d2 100755 --- a/.config/lf/clean +++ b/.config/lf/clean @@ -1,2 +1,2 @@ -#!/bir/sh +#!/bin/sh kitty +kitten icat --clear --silent --stdin no --transfer-mode memory >/dev/tty diff --git a/.local/bin/dotsync b/.local/bin/dotsync index d0ee106f..65336b87 100755 --- a/.local/bin/dotsync +++ b/.local/bin/dotsync @@ -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 diff --git a/.local/bin/samedir b/.local/bin/sd similarity index 100% rename from .local/bin/samedir rename to .local/bin/sd