7 HISTIGNORE
='ls:l:s:bg:fg:history'
8 HISTTIMEFORMAT
='%F %T '
12 alias ls='ls --color=auto'
13 alias mpv
="mpv --ytdl-format mp4"
18 alias m
="mbsync csclub; mbsync uwaterloo; mbsync amin"
19 alias best
="youtube-dl -f best"
23 git clone https
://aur.archlinux.org
/${1}.git
28 # echo -e "\033[5 q" # blinking
29 echo -e "\033[6 q" # non-blinking
32 # If not running interactively, don't do anything else
33 [[ $
- != *i
* ]] && return
36 cwd
=$
(pwd |
sed -e "s!$HOME!~!" |
sed -re "s!([^/])[^/]+/!\1/!g")
39 PS1
="\u@\h \$(a_prompt)> "