From 78d5e2082554d370f43216406f84872eaa2a4e5b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 17 Oct 2024 22:46:39 -0500 Subject: remove zsh and nvim configs from this repo and move to another --- zsh/zscripts/shortcuts.zsh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 zsh/zscripts/shortcuts.zsh (limited to 'zsh/zscripts/shortcuts.zsh') diff --git a/zsh/zscripts/shortcuts.zsh b/zsh/zscripts/shortcuts.zsh deleted file mode 100755 index 214b7f7..0000000 --- a/zsh/zscripts/shortcuts.zsh +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env zsh - -# TODO make this script more comprehensive to allow real aliases for directories -# Quick navigate to directories / open specific files -alias \ - cdc="cd ~/docs/src/programs" \ - cds="cd ~/docs/src/scripts" \ - cdw="cd ~/docs/src/sites" \ - vrc="vim ~/.config/nvim/init.vim" \ - xrc="cd ~/.config/x11" \ - zrc="cd ~/.config/zsh" \ - -- cgit v1.2.3