summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2025-07-23 15:17:11 -0400
committerJake Koroman <jake@jakekoroman.com>2025-07-23 15:17:11 -0400
commit915ec1299a9f42620684f6d0a4ee20321c30b3cb (patch)
treed4b3c5ac6db63222c053b92343a26bcd9b4beaca
parent1ecf4915d6253a472ca0388e0529a2936f61ec3c (diff)
remove xi and xq aliases as they come with xtools. xi, xq and xrs.
-rw-r--r--.bashrc3
1 files changed, 0 insertions, 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