Skip to content

Commit

Permalink
fix: nerd icon sometimes make sesh cannot connect?
Browse files Browse the repository at this point in the history
  • Loading branch information
alan910127 committed May 16, 2024
1 parent 9fd9a16 commit 5faf3d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sesh/.config/sesh/sesh.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
startup_command = "nvim ."

[[session]]
name = "neovim config"
name = "neovim config"
path = "~/.dotfiles/nvim/.config/nvim"

[[session]]
name = "tmux config"
name = "tmux config"
path = "~/.dotfiles/tmux/.config/tmux"
startup_command = "nvim tmux.conf"

0 comments on commit 5faf3d0

Please sign in to comment.