diff options
| author | drjaska <88596812+drjaska@users.noreply.github.com> | 2024-11-03 16:35:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-03 06:35:58 -0800 |
| commit | 7ed475cb589c9e82211f71b3a5d7083b69cea93c (patch) | |
| tree | cff299b3078e51f543a2b06caf9f452542b5280d /plugins/autojump/autojump.plugin.zsh | |
| parent | c690f731618959cba3b85500acee20ebf43e51c1 (diff) | |
| download | zsh-7ed475cb589c9e82211f71b3a5d7083b69cea93c.tar.gz zsh-7ed475cb589c9e82211f71b3a5d7083b69cea93c.tar.bz2 zsh-7ed475cb589c9e82211f71b3a5d7083b69cea93c.zip | |
feat(autojump): add `termux` install path (#12791)
Diffstat (limited to 'plugins/autojump/autojump.plugin.zsh')
| -rw-r--r-- | plugins/autojump/autojump.plugin.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/autojump/autojump.plugin.zsh b/plugins/autojump/autojump.plugin.zsh index e385a2de8..a0668a415 100644 --- a/plugins/autojump/autojump.plugin.zsh +++ b/plugins/autojump/autojump.plugin.zsh @@ -6,6 +6,7 @@ autojump_paths=( /run/current-system/sw/share/autojump/autojump.zsh # NixOS installation /etc/profiles/per-user/$USER/share/autojump/autojump.zsh # Home Manager, NixOS with user-scoped packages /usr/share/autojump/autojump.zsh # Debian and Ubuntu package + $PREFIX/share/autojump/autojump.zsh # Termux package /etc/profile.d/autojump.zsh # manual installation /etc/profile.d/autojump.sh # Gentoo installation /usr/local/share/autojump/autojump.zsh # FreeBSD installation |
