From 66ca74441d42d1702b2f85a2890dcad8cb691712 Mon Sep 17 00:00:00 2001 From: AustrianToast Date: Sun, 8 Sep 2024 23:06:20 +0200 Subject: [PATCH] change ZSH_CUSTOM default path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c276fa4..cd571aa 100644 --- a/README.md +++ b/README.md @@ -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.
This functionality has been re-packaged into `update.zsh`.
If you use oh-my-zsh, then you just throw this file into your `$ZSH_CUSTOM`.
-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`.