fix: remove environment variable from aliases file

This commit is contained in:
George Rawlinson 2021-07-08 17:03:23 +00:00
parent 1975a585c0
commit e6776b9564
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 0 additions and 2 deletions

View File

@ -71,8 +71,6 @@ if command -v pacman &> /dev/null; then
LC_ALL=C pacman -Qei $(pacman -Qu | cut -d " " -f 1) | \
awk 'BEGIN {FS=":"} /^Name/{printf("\033[1;36m%s\033[1;37m", $2)} /^Description/{print $2}'
}
export CHROOT="${XDG_CACHE_HOME}/chroot"
fi
# vim: ft=zsh expandtab tabstop=2 shiftwidth=2