From c7a88a07b9287db9c129914483f6b3ae1ab5404c Mon Sep 17 00:00:00 2001 From: awy Date: Fri, 14 Nov 2025 23:43:38 +0300 Subject: init --- .config/shell/shortcutrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .config/shell/shortcutrc (limited to '.config/shell/shortcutrc') 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" \ -- cgit v1.2.3