You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.3 KiB
29 lines
1.3 KiB
# vim: filetype=sh
|
|
alias cac="cd /home/tomato/.cache && ls -a" \
|
|
cf="cd /home/tomato/.config && ls -a" \
|
|
D="cd /home/tomato/Downloads && ls -a" \
|
|
d="cd /home/tomato/Documents && ls -a" \
|
|
dt="cd /home/tomato/.local/share && ls -a" \
|
|
h="cd /home/tomato && ls -a" \
|
|
m="cd /home/tomato/Music && ls -a" \
|
|
mn="cd /mnt && ls -a" \
|
|
pp="cd /home/tomato/Pictures && ls -a" \
|
|
sc="cd /home/tomato/.local/bin && ls -a" \
|
|
src="cd /home/tomato/.local/src && ls -a" \
|
|
vv="cd /home/tomato/Videos && ls -a" \
|
|
bf="$EDITOR /home/tomato/.config/shell/bm-files" \
|
|
bd="$EDITOR /home/tomato/.config/shell/bm-dirs" \
|
|
cfx="$EDITOR /home/tomato/.config/x11/xresources" \
|
|
cfb="$EDITOR ~/.local/src/dwmblocks/config.h" \
|
|
cfv="$EDITOR /home/tomato/.config/nvim/init.vim" \
|
|
cfz="$EDITOR /home/tomato/.config/zsh/.zshrc" \
|
|
cfa="$EDITOR /home/tomato/.config/shell/aliasrc" \
|
|
cfp="$EDITOR /home/tomato/.config/shell/profile" \
|
|
cfm="$EDITOR /home/tomato/.config/mutt/muttrc" \
|
|
cfn="$EDITOR /home/tomato/.config/newsboat/config" \
|
|
cfu="$EDITOR /home/tomato/.config/newsboat/urls" \
|
|
cfmb="$EDITOR /home/tomato/.config/ncmpcpp/bindings" \
|
|
cfmc="$EDITOR /home/tomato/.config/ncmpcpp/config" \
|
|
cfl="$EDITOR /home/tomato/.config/lf/lfrc" \
|
|
cfL="$EDITOR /home/tomato/.config/lf/scope" \
|
|
cfX="$EDITOR /home/tomato/.config/sxiv/exec/key-handler" \
|
|
|