erikw / tmux-powerline

⚡️ A tmux plugin giving you a hackable status bar consisting of dynamic & beautiful looking powerline segments, written purely in bash.
BSD 3-Clause "New" or "Revised" License
3.41k stars 513 forks source link

Do not create RCDIR if it's a symlink #339

Closed joona closed 11 months ago

joona commented 11 months ago

My RCDIR is linked to another directory, inside my dotfiles repository. Currently this results to TPM failing with error 1 when reloading config.

Adds detection for RCDIR symlink and only creates the directory, if it's not a directory or symlink.

erikw commented 11 months ago

Makes sense, thanks!