diff options
| author | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2025-08-09 17:12:43 +0200 |
|---|---|---|
| committer | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2025-08-09 17:12:43 +0200 |
| commit | ea82cbb1c0b778dd946c717cceace53fab391ba8 (patch) | |
| tree | f0c84a86f48d61d918b6de9dc464c08370ab6a7c /.config/sesh/sesh.toml | |
init
Diffstat (limited to '.config/sesh/sesh.toml')
| -rw-r--r-- | .config/sesh/sesh.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/sesh/sesh.toml b/.config/sesh/sesh.toml new file mode 100644 index 0000000..0404b98 --- /dev/null +++ b/.config/sesh/sesh.toml @@ -0,0 +1,4 @@ +[default_session] +startup_command = "nvim ." +startup_command_ignore_dirs = ["~/.config"] +preview_command = "eza --all --git --icons --color=always {}" |
