diff options
author | Karel Kočí <cynerd@email.cz> | 2022-04-04 15:54:26 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-04-04 17:54:18 +0200 |
commit | 7e8cc7201949ad75daca5520c57479229711ed31 (patch) | |
tree | 544b15a25f53ba4923eff7e813732ab8ba81a996 /shellrc-desktop.d/shortcuts | |
parent | 0cf542815d11b09e411a00267c89180e28623991 (diff) | |
download | shellrc-7e8cc7201949ad75daca5520c57479229711ed31.tar.gz shellrc-7e8cc7201949ad75daca5520c57479229711ed31.tar.bz2 shellrc-7e8cc7201949ad75daca5520c57479229711ed31.zip |
Add flake.nix
Diffstat (limited to 'shellrc-desktop.d/shortcuts')
-rw-r--r-- | shellrc-desktop.d/shortcuts | 14 |
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" +} |