diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2025-07-23 15:17:11 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2025-07-23 15:17:11 -0400 |
| commit | 915ec1299a9f42620684f6d0a4ee20321c30b3cb (patch) | |
| tree | d4b3c5ac6db63222c053b92343a26bcd9b4beaca /.bashrc | |
| parent | 1ecf4915d6253a472ca0388e0529a2936f61ec3c (diff) | |
remove xi and xq aliases as they come with xtools. xi, xq and xrs.
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |
