Skip to content

Commit 25782d0

Browse files
committed
add session config and default session
1 parent ed755ad commit 25782d0

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
+11
Original file line numberDiff line numberDiff line change
@@ -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.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
new_tab HPC
2+
3+
cd ~
4+
5+
launch hpcfs
6+
7+
new_tab local
8+
9+
cd ~
10+
focus
11+
launch bash

0 commit comments

Comments
 (0)