You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than initialize each config files (bash, zsh, fish, vim and emacs) during pearl init command it is better to just configure them when needed, namely when a pearl package containing the respective config file gets added.
As an example, if a package containing config.vim file gets installed, pearl will check whether the pearl init for ~/.vimrc exists and change it accordingly. This will make all the other program config files unchanged.
The text was updated successfully, but these errors were encountered:
Rather than initialize each config files (bash, zsh, fish, vim and emacs) during
pearl init
command it is better to just configure them when needed, namely when a pearl package containing the respective config file gets added.As an example, if a package containing
config.vim
file gets installed,pearl
will check whether the pearl init for~/.vimrc
exists and change it accordingly. This will make all the other program config files unchanged.The text was updated successfully, but these errors were encountered: