aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/shortcutrc
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-11-14 23:43:38 +0300
committerawy <awy@awy.one>2025-11-14 23:43:38 +0300
commitc7a88a07b9287db9c129914483f6b3ae1ab5404c (patch)
tree73c227c5e8519eb9135f46984e4fc067b316ed1b /.config/shell/shortcutrc
downloadmangoslice-c7a88a07b9287db9c129914483f6b3ae1ab5404c.tar.gz
init
Diffstat (limited to '.config/shell/shortcutrc')
-rw-r--r--.config/shell/shortcutrc24
1 files changed, 24 insertions, 0 deletions
diff --git a/.config/shell/shortcutrc b/.config/shell/shortcutrc
new file mode 100644
index 0000000..2a9bc3b
--- /dev/null
+++ b/.config/shell/shortcutrc
@@ -0,0 +1,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" \