Skip to content

Commit

Permalink
wip: test if symlink work
Browse files Browse the repository at this point in the history
  • Loading branch information
egel committed Sep 21, 2024
1 parent 739fd5f commit 66f955c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/linux/test_linux_default_startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ EOF
echo "Current DIR: $CURRENT_DIR"

# link current repo to plugin list
ln -sf ~/.tmux/plugins/tmux-gruvbox/ "$CURRENT_DIR/../../"
ln -sf "$CURRENT_DIR/../../../tmux-gruvbox/" "${HOME}/.tmux/plugins/tmux-gruvbox/"

ls -al ~/.tmux/plugins/

helper_install_tpm_plugins

Expand Down

0 comments on commit 66f955c

Please sign in to comment.