aboutsummaryrefslogtreecommitdiff
path: root/shellrc-desktop.d/shortcuts
diff options
context:
space:
mode:
Diffstat (limited to 'shellrc-desktop.d/shortcuts')
-rw-r--r--shellrc-desktop.d/shortcuts14
1 files changed, 0 insertions, 14 deletions
diff --git a/shellrc-desktop.d/shortcuts b/shellrc-desktop.d/shortcuts
deleted file mode 100644
index 4be240a..0000000
--- a/shellrc-desktop.d/shortcuts
+++ /dev/null
@@ -1,14 +0,0 @@
-# vim: ft=sh:
-# There are desktop specific shortcuts
-
-turris() {
- cd ~/turris/"$1"
-}
-
-projects() {
- cd ~/projects/"$1"
-}
-
-admin() {
- projects admin/"$1"
-}