From 915ec1299a9f42620684f6d0a4ee20321c30b3cb Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Wed, 23 Jul 2025 15:17:11 -0400 Subject: remove xi and xq aliases as they come with xtools. xi, xq and xrs. --- .bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bashrc b/.bashrc index 5077ff3..cb4776c 100644 --- a/.bashrc +++ b/.bashrc @@ -17,9 +17,6 @@ alias mkdir="mkdir -pv" alias yt="yt-dlp --embed-metadata --embed-chapters --sponsorblock-remove sponsor -i" alias yta="yt-dlp -f bestaudio -x --audio-format mp3 --sponsorblock-remove sponsor -i" -alias xi="$SUDO xbps-install" -alias xq="xbps-query" - # Export 'SHELL' to child processes. Programs such as 'screen' # honor it and otherwise use /bin/sh. export SHELL -- cgit v1.2.3