We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed755ad commit 25782d0Copy full SHA for 25782d0
bootstrap/apps/kitty/conf.d/session.conf
@@ -0,0 +1,11 @@
1
+# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
2
+
3
+startup_session sessions/default.session
4
5
+#: Path to a session file to use for all kitty instances. Can be
6
+#: overridden by using the kitty --session command line option for
7
+#: individual instances. See
8
+#: https://sw.kovidgoyal.net/kitty/index.html#sessions in the kitty
9
+#: documentation for details. Note that relative paths are interpreted
10
+#: with respect to the kitty config directory. Environment variables
11
+#: in the path are expanded.
bootstrap/apps/kitty/sessions/default.session
+new_tab HPC
+cd ~
+launch hpcfs
+new_tab local
+focus
+launch bash
0 commit comments