export PS1="\u@\h:\w> \[$(tput sgr0)\]"
alias shorten-ps1="PS1='\$ '"
alias default-ps1="PS1='[\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]]> '"
alias ls="/opt/homebrew/bin/exa"
alias ll="/opt/homebrew/bin/exa -lah"
alias tmuxn="tmux new -s $1"
alias tmuxa="tmux attach -t $1"
alias tmuxl="tmux ls"
alias tmuxq="echo $TMUX"
alias kspw="knock -v spwbk.site 9711 3862 1934 3846"
alias spwbk="/Users/swatson/Repos/shell-scripts/s.sh"
alias httpserver="python -m SimpleHTTPServer"
alias emacs="/Applications/Emacs.app/Contents/MacOS/Emacs"
. "/Users/swatson/Repos/dotfiles/bashrc/wal_alias"
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
PATH='/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/swatson/.fzf/bin:/Users/swatson/Library/Python/3.8/bin'
. "$HOME/.cargo/env"
default-ps1
wal-ashes
clear