blob: 2a9bc3b07775a340b717bd05ab4a665f62f07844 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# vim: filetype=sh
alias cac="cd /home/awy/.cache && ls -A" \
cf="cd /home/awy/.config && ls -A" \
D="cd /home/awy/Downloads && ls -A" \
d="cd /home/awy/Documents && ls -A" \
dt="cd /home/awy/.local/share && ls -A" \
rr="cd /mnt/ssd/projects && ls -A" \
h="cd /home/awy && ls -A" \
m="cd /mnt/ssd/music && ls -A" \
mn="cd /mnt && ls -A" \
pp="cd /home/awy/Pictures && ls -A" \
sc="cd /home/awy/.local/bin && ls -A" \
src="cd /home/awy/.local/src && ls -A" \
vv="cd /home/awy/Videos && ls -A" \
bf="$EDITOR /home/awy/.config/shell/bm-files" \
bd="$EDITOR /home/awy/.config/shell/bm-dirs" \
cfv="$EDITOR /home/awy/.config/nvim/init.vim" \
cfz="$EDITOR /home/awy/.config/zsh/.zshrc" \
cfa="$EDITOR /home/awy/.config/shell/aliasrc" \
cfp="$EDITOR /home/awy/.config/shell/profile" \
cfm="$EDITOR /home/awy/.config/mutt/muttrc" \
cfn="$EDITOR /home/awy/.config/newsboat/config" \
cfu="$EDITOR /home/awy/.config/newsboat/urls" \
cfmc="$EDITOR /home/awy/.config/rmpc/config.ron" \
|