remove one terrible hack, add another

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2024-04-16 02:32:29 -04:00
parent 3fadb8a2ce
commit e7f2b0fdc9
2 changed files with 4 additions and 1 deletions

View file

@ -10,4 +10,8 @@ if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
export GDK_BACKEND=wayland export GDK_BACKEND=wayland
fi fi
# make AUR packages not compress, since they immediately get
# decompressed anyway
export PKGEXT=pkg.tar
export TENDS_TO=42 export TENDS_TO=42

1
zshrc
View file

@ -1,5 +1,4 @@
# PATH changes are in .zshenv # PATH changes are in .zshenv
alias sudo='sudo --preserve-env=PATH env '
alias lntexheader='ln -s ~/coursenotes/nsdheader.sty $(pwd)' alias lntexheader='ln -s ~/coursenotes/nsdheader.sty $(pwd)'
# Path to your oh-my-zsh installation. # Path to your oh-my-zsh installation.