diff options
| author | Paul Buetow <paul@buetow.org> | 2025-11-08 12:12:17 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-11-08 12:12:17 +0200 |
| commit | 8da786bef7d3121f93a24f18ed7d8699d4279097 (patch) | |
| tree | 739eae72eb0a8fda7f0f5eb0ceb480e5569328ac | |
| parent | e394b3dabbcd4ecdad12ff2ff6c259e9997f67c9 (diff) | |
rename script to fish shell script
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | install-fish-integration.fish (renamed from install-fish-integration.sh) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ sudo mv timr /usr/local/bin/ Run the installation script: ```bash -./install-fish-integration.sh +./install-fish-integration.fish ``` Then update your `fish_prompt` or `fish_right_prompt` function to include the `timr_prompt` function as shown in the script output. diff --git a/install-fish-integration.sh b/install-fish-integration.fish index 53d864e..53d864e 100755 --- a/install-fish-integration.sh +++ b/install-fish-integration.fish |
