change ZSH_CUSTOM default path

This commit is contained in:
AustrianToast 2024-09-08 23:06:20 +02:00
parent 7bca34cc89
commit 66ca74441d
Signed by: AustrianToast
GPG Key ID: 1B4D0AAF6E558816

View File

@ -22,7 +22,7 @@ If your require the previous functionality of being able to update flatpak and
having the ability to preview the updateable packages and flatpaks.<br>
This functionality has been re-packaged into `update.zsh`.<br>
If you use oh-my-zsh, then you just throw this file into your `$ZSH_CUSTOM`.<br>
This path is by default `~/.oh-my-zsh`. If you use only plain zsh or any other
This path is by default `~/.oh-my-zsh/custom`. If you use only plain zsh or any other
shell, then you can just take the contained functions and put them inside the
according shell config file. For example your `.bashrc`.