remove one terrible hack, add another
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
3fadb8a2ce
commit
e7f2b0fdc9
2 changed files with 4 additions and 1 deletions
4
zprofile
4
zprofile
|
@ -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
1
zshrc
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue