diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-21 17:11:05 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-21 17:11:05 -0500 |
| commit | 960a05363ae9c0b767d57405cfffe9f8a6b021cd (patch) | |
| tree | 41aca6d3abd2aa7408b2c24f4f9ff0c08ad475cb /.config/shells/dirrc | |
| parent | 8276fb9c65e40605f7d56dac3326b3f9f90c615d (diff) | |
refactor(zsh): Restructured common shell files
Restructured common shell files to be in a utils directory. Operating
System specific files are in the util/OS_NAME/ directories.
Diffstat (limited to '.config/shells/dirrc')
| -rwxr-xr-x | .config/shells/dirrc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.config/shells/dirrc b/.config/shells/dirrc deleted file mode 100755 index 2815d12..0000000 --- a/.config/shells/dirrc +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -alias \ - b="cd ~/.local/bin" \ - d="cd ~/Documents" \ - bk="cd ~/Documents/Books" \ - dw="cd ~/Downloads" \ - p="cd ~/Documents/Projects" \ - m="cd ~/Documents/musings" \ - c="cd ~/.config" |
