19 lines
624 B
Bash
19 lines
624 B
Bash
# vim: filetype=sh
|
|
alias h="cd /home/luca" \
|
|
ch="cd /home/luca/.cache" \
|
|
cf="cd /home/luca/.config" \
|
|
dt="cd /home/luca/.local/share" \
|
|
st="cd /home/luca/.local/state" \
|
|
sr="cd /home/luca/.local/src" \
|
|
it="cd /home/luca/.local/src/git" \
|
|
sc="cd /home/luca/.local/bin" \
|
|
mn="cd /mnt" \
|
|
dl="cd /home/luca/Downloads" \
|
|
dm="cd /home/luca/Documents" \
|
|
dk="cd /home/luca/Documents" \
|
|
ms="cd /home/luca/Music" \
|
|
pc="cd /home/luca/Pictures" \
|
|
vd="cd /home/luca/Videos" \
|
|
dot="cd /home/luca/.local/share/stow/dots" \
|
|
bf="$EDITOR /home/luca/.local/share/bookmarks/files" \
|
|
bd="$EDITOR /home/luca/.local/share/bookmarks/directories" \
|