Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A autojump
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 158
    • Issues 158
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 54
    • Merge requests 54
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • William Ting
  • autojump
  • Issues
  • #191
Closed
Open
Issue created Mar 01, 2013 by Administrator@rootContributor

Autojump.zsh shouldn't override the user's fpath

Created by: sudishzx

Hi,

https://github.com/joelthelion/autojump/blob/master/bin/autojump.zsh#L21 - fpath is set by me and autojump shouldn't be touching it at all.

The homebrew formula for zsh already adds the site-function directory to fpath and it does so by letting zsh set it at startup: https://github.com/mxcl/homebrew/blob/master/Library/Formula/zsh.rb - this won't override the user-set fpath.

If this is a real support issue in that users aren't configuring autojump correctly - please add it to the end of fpath and not the beginning. That respects the existing fpath entries and doesn't override my settings.

Thanks for the excellent tool!

-Sudish

Assignee
Assign to
Time tracking