37 lines
1.5 KiB
Bash
37 lines
1.5 KiB
Bash
# vim: filetype=sh
|
|
alias cac="cd /home/victor/.cache && ls -a" \
|
|
cf="cd /home/victor/.config && ls -a" \
|
|
D="cd /home/victor/down && ls -a" \
|
|
d="cd /home/victor/dox && ls -a" \
|
|
dt="cd /home/victor/.local/share && ls -a" \
|
|
rr="cd /home/victor/.local/src && ls -a" \
|
|
h="cd /home/victor && ls -a" \
|
|
m="cd /home/victor/music && ls -a" \
|
|
mn="cd /mnt && ls -a" \
|
|
pp="cd /home/victor/pix && ls -a" \
|
|
sc="cd /home/victor/.local/bin && ls -a" \
|
|
src="cd /home/victor/.local/src && ls -a" \
|
|
vv="cd /home/victor/vids && ls -a" \
|
|
ssd="cd /mnt/ssd250/ && ls -a" \
|
|
nvme="cd /mnt/nvme/ && ls -a" \
|
|
bsd="cd /home/victor/bsd && ls -a" \
|
|
pub="cd /home/victor/Public && ls -a" \
|
|
memes="cd /home/victor/Pictures/1memes && ls -a" \
|
|
web="cd /home/victor/web && ls -a" \
|
|
bf="$EDITOR /home/victor/.config/shell/bm-files" \
|
|
bd="$EDITOR /home/victor/.config/shell/bm-dirs" \
|
|
cfx="$EDITOR /home/victor/.config/x11/xresources" \
|
|
cfb="$EDITOR ~/.local/src/dwmblocks/config.h" \
|
|
cfv="$EDITOR /home/victor/.config/nvim/init.vim" \
|
|
cfz="$EDITOR /home/victor/.config/zsh/.zshrc" \
|
|
cfa="$EDITOR /home/victor/.config/shell/aliasrc" \
|
|
cfp="$EDITOR /home/victor/.config/shell/profile" \
|
|
cfm="$EDITOR /home/victor/.config/mutt/muttrc" \
|
|
cfn="$EDITOR /home/victor/.config/newsboat/config" \
|
|
cfu="$EDITOR /home/victor/.config/newsboat/urls" \
|
|
cfmb="$EDITOR /home/victor/.config/ncmpcpp/bindings" \
|
|
cfmc="$EDITOR /home/victor/.config/ncmpcpp/config" \
|
|
cfl="$EDITOR /home/victor/.config/lf/lfrc" \
|
|
cfL="$EDITOR /home/victor/.config/lf/scope" \
|
|
cfX="$EDITOR /home/victor/.config/sxiv/exec/key-handler" \
|