export PATH=$HOME/.config/bin:$PATH:$HOME/.local/bin:$HOME/.local/share/texlive/2021/bin/x86_64-linux export MANPATH=$MANPATH:$HOME/.local/share/texlive/2021/texmf-dist/doc/man export INFOPATH=$INFOPATH:$HOME/.local/share/texlive/2021/texmf-dist/doc/info alias gef='gdb --eval-command="source /usr/share/gef/gef.py"' alias pwndbg='gdb --eval-command="source /usr/share/pwndbg/gdbinit.py"' alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"' alias neofetch='neofetch --kitty $XDG_CONFIG_HOME/neofetch/$(hostname).png --size 400px' alias la='exa -lah --icons' alias ll='exa -lah --icons' alias xsecurelock='XSECURELOCK_NO_COMPOSITE=1 XSECURELOCK_AUTH_BACKGROUND_COLOR=$background XSECURELOCK_AUTH_FOREGROUND_COLOR=$foreground xsecurelock' source ~/.zshenv # source ~/.cache/wal/colors.sh # (cat ~/.cache/wal/sequences &) source ~/.cache/theme/colors.sh