dotfiles

my active dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit 915ec1299a9f42620684f6d0a4ee20321c30b3cb
parent 1ecf4915d6253a472ca0388e0529a2936f61ec3c
Author: Jake Koroman <jake@jakekoroman.com>
Date:   Wed, 23 Jul 2025 15:17:11 -0400

remove xi and xq aliases as they come with xtools. xi, xq and xrs.

Diffstat:
M.bashrc | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git 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