From 7e8cc7201949ad75daca5520c57479229711ed31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 4 Apr 2022 15:54:26 +0200 Subject: Add flake.nix --- shellrc-desktop.d/shortcuts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 shellrc-desktop.d/shortcuts (limited to 'shellrc-desktop.d/shortcuts') 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" +} -- cgit v1.2.3