summaryrefslogtreecommitdiff
path: root/.config/shells/dirrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/shells/dirrc')
-rwxr-xr-x.config/shells/dirrc9
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"