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, 14 insertions, 0 deletions
diff --git a/shellrc-desktop.d/shortcuts b/shellrc-desktop.d/shortcuts
new file mode 100644
index 0000000..4be240a
--- /dev/null
+++ b/shellrc-desktop.d/shortcuts
@@ -0,0 +1,14 @@
+# vim: ft=sh:
+# There are desktop specific shortcuts
+
+turris() {
+ cd ~/turris/"$1"
+}
+
+projects() {
+ cd ~/projects/"$1"
+}
+
+admin() {
+ projects admin/"$1"
+}