summaryrefslogtreecommitdiff
path: root/.config/shells
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2022-12-28 19:12:56 -0500
committerJacob McDonnell <jacob@simplelittledream.com>2022-12-28 19:12:56 -0500
commitb8ff930812770cb0a1b76536b34026c991b3cf44 (patch)
tree9d3bc5cd94b0437d44245f0f1e8ef8b772a9b271 /.config/shells
parent7ed38f42d4b41a6621a052b3f3ab6bdf26a1f09d (diff)
adding dirrc
Diffstat (limited to '.config/shells')
-rwxr-xr-x.config/shells/dirrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/shells/dirrc b/.config/shells/dirrc
new file mode 100755
index 0000000..ec5bf08
--- /dev/null
+++ b/.config/shells/dirrc
@@ -0,0 +1,10 @@
+#!/bin/sh
+alias \
+ b="cd ~/.local/bin" \
+ d="cd ~/Documents" \
+ bk="cd ~/Documents/Books" \
+ dw="cd ~/Downloads" \
+ g="cd ~/Documents/Projects/git" \
+ c="cd ~/.config" \
+ e="cd ~/Documents/Projects/Experiments" \
+ cmpsc="cd /Users/jmm/OneDrive\ -\ The\ Pennsylvania\ State\ University/2022/Semester\ 1/CMPSC\ 131/Worksheets/"