# Lines configured by zsh-newuser-install HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 # End of lines configured by zsh-newuser-install # The following lines were added by compinstall zstyle :compinstall filename '/home/jordan/.zshrc' autoload -Uz compinit compinit # End of lines added by compinstall export LANG=en_US.UTF-8 export PATH=/home/jordan/.local/bin:$PATH export PATH=/home/jordan/.local/go/bin:$PATH export GOROOT=/home/jordan/.local/go alias ls="ls --color=auto" alias redshift="redshift -c ~/.config/redshift/redshift.conf 2>/dev/null 1>&2 &" alias rd="rd -B lynx" alias mtr="mtr --curses" alias wget-cd="wget --content-disposition" alias warcs="b2 ls bucket-name dir-path" alias warcs-ia="ia search 'uploader:example@example.com' --itemlist" alias discord="/snap/bin/discord --disable-smooth-scrolling --ignore-gpu-blocklist --disable-features=UseOzonePlatform --enable-features=VaapiVideoDecoder --use-gl=desktop --enable-gpu-rasterization --enable-zero-copy" alias discord-alt="discord-ptb --disable-smooth-scrolling --ignore-gpu-blocklist --disable-features=UseOzonePlatform --enable-features=VaapiVideoDecoder --use-gl=desktop --enable-gpu-rasterization --enable-zero-copy" parse_git_branch() { git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/' } setopt PROMPT_SUBST PROMPT='%(!.%F{red}.%F{cyan})%n%f@%F{yellow}%m%f %F{red}%~%f$(parse_git_branch)> ' TERM=screen-256color