1 # If not running interactively, don't do anything
2 # [[ $- != *i* ]] && return
5 alias ls='ls --color=auto'
6 alias mpv
="mpv --ytdl-format mp4"
11 alias m
="mbsync csclub; mbsync uwaterloo; mbsync amin"
12 alias best
="youtube-dl -f best"
16 git clone https
://aur.archlinux.org
/${1}.git
21 # echo -e "\033[5 q" # blinking
22 echo -e "\033[6 q" # non-blinking
25 cwd
=$
(pwd |
sed -e "s!$HOME!~!" |
sed -re "s!([^/])[^/]+/!\1/!g")
28 PS1
="\u@\h \$(a_prompt)> "