summaryrefslogtreecommitdiff
path: root/.config/shell/shortcutrc
diff options
context:
space:
mode:
authormarlonivo <email@marlonivo.xyz>2025-04-14 09:16:38 +0000
committermarlonivo <email@marlonivo.xyz>2025-04-14 09:16:38 +0000
commit0d1a84f59d8cdd62c97410f96f8a13c98c51453a (patch)
tree01fee1d2003ea27f96a3e52b077827605ed14fab /.config/shell/shortcutrc
initialHEADmaster
Diffstat (limited to '.config/shell/shortcutrc')
-rw-r--r--.config/shell/shortcutrc30
1 files changed, 30 insertions, 0 deletions
diff --git a/.config/shell/shortcutrc b/.config/shell/shortcutrc
new file mode 100644
index 0000000..f754601
--- /dev/null
+++ b/.config/shell/shortcutrc
@@ -0,0 +1,30 @@
+# vim: filetype=sh
+alias cac="cd /home/artix/.cache && ls -A" \
+cf="cd /home/artix/.config && ls -A" \
+D="cd /home/artix/Downloads && ls -A" \
+d="cd /home/artix/Documents && ls -A" \
+dt="cd /home/artix/.local/share && ls -A" \
+rr="cd /home/artix/.local/src && ls -A" \
+h="cd /home/artix && ls -A" \
+m="cd /home/artix/Music && ls -A" \
+mn="cd /mnt && ls -A" \
+pp="cd /home/artix/Pictures && ls -A" \
+sc="cd /home/artix/.local/bin && ls -A" \
+src="cd /home/artix/.local/src && ls -A" \
+vv="cd /home/artix/Videos && ls -A" \
+bf="$EDITOR /home/artix/.config/shell/bm-files" \
+bd="$EDITOR /home/artix/.config/shell/bm-dirs" \
+cfx="$EDITOR /home/artix/.config/x11/xresources" \
+cfb="$EDITOR ~/.local/src/dwmblocks/config.h" \
+cfv="$EDITOR /home/artix/.config/nvim/init.vim" \
+cfz="$EDITOR /home/artix/.config/zsh/.zshrc" \
+cfa="$EDITOR /home/artix/.config/shell/aliasrc" \
+cfp="$EDITOR /home/artix/.config/shell/profile" \
+cfm="$EDITOR /home/artix/.config/mutt/muttrc" \
+cfn="$EDITOR /home/artix/.config/newsboat/config" \
+cfu="$EDITOR /home/artix/.config/newsboat/urls" \
+cfmb="$EDITOR /home/artix/.config/ncmpcpp/bindings" \
+cfmc="$EDITOR /home/artix/.config/ncmpcpp/config" \
+cfl="$EDITOR /home/artix/.config/lf/lfrc" \
+cfL="$EDITOR /home/artix/.config/lf/scope" \
+cfX="$EDITOR /home/artix/.config/nsxiv/exec/key-handler" \