From c34ed665e646082b73650757a5772cf034c0aa37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 21 Jan 2019 07:47:22 +0100 Subject: desktop: add directories shortcuts --- shellrc.d-desktop/shortcuts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 shellrc.d-desktop/shortcuts (limited to 'shellrc.d-desktop/shortcuts') diff --git a/shellrc.d-desktop/shortcuts b/shellrc.d-desktop/shortcuts new file mode 100644 index 0000000..4be240a --- /dev/null +++ b/shellrc.d-desktop/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" +} -- cgit v1.2.3