dotfiles/zsh/zshrc
2022-02-14 20:30:09 -05:00

20 lines
909 B
Bash

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 wal='wal -o "$HOME/.config/bin/themeset"'
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