Skip to content

Commit

Permalink
fix(symlinks): fix zellij plugins folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan2k committed Sep 5, 2024
1 parent 6faf30c commit af52da7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions symlinks/config/zellij/layouts/workspace.kdl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
layout {
cwd "/Users/todd"
cwd "~"
tab name="shell" focus=true hide_floating_panes=true {
pane split_direction="vertical" {
pane focus=true size="50%"
Expand All @@ -9,7 +9,7 @@ layout {
}
}
pane size=2 borderless=true {
plugin location="file:/Users/todd/.config/zellij/plugins/zjstatus.wasm" {
plugin location="file:~/.config/zellij/plugins/zjstatus.wasm" {
border_char "─"
border_enabled "true"
border_format "#[fg=#ff2c70]{char}"
Expand Down Expand Up @@ -38,9 +38,9 @@ layout {
}
}
new_tab_template {
pane cwd="/Users/todd"
pane cwd="~"
pane size=2 borderless=true {
plugin location="file:/Users/todd/.config/zellij/plugins/zjstatus.wasm" {
plugin location="file:~/.config/zellij/plugins/zjstatus.wasm" {
border_char "─"
border_enabled "true"
border_format "#[fg=#ff2c70]{char}"
Expand Down

0 comments on commit af52da7

Please sign in to comment.