From 3958937065e886b2746a935bcaa753d0e9988d50 Mon Sep 17 00:00:00 2001 From: night0721 Date: Tue, 22 Oct 2024 10:25:19 +0100 Subject: [PATCH] Remove lfrun --- .rc | 1 - 1 file changed, 1 deletion(-) diff --git a/.rc b/.rc index 6a57e6c..e687de3 100644 --- a/.rc +++ b/.rc @@ -26,7 +26,6 @@ alias gitfolders="find . -type d -name '.git' -not -path '*nvim*' -not -path '*t alias convertunix="find . -type f -print0 | xargs -0 dos2unix --" alias hst="cat ~/.cache/sh_history | sort | uniq | fnf -l 100 | tr -d '\n' | wl-copy" alias ncdu="ncdu --color dark -x --exclude images" -alias lf="lfrun" alias s="ssu" alias ipv4="echo \$(curl -s ipinfo.io/ip)" alias fnf="fnf -l 50"