mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
Merge pull request #6929 from phunehehe/autojump-zsh
simplify convoluted path to autojump.zsh
This commit is contained in:
commit
6a7875fe39
@ -24,7 +24,7 @@ in
|
||||
|
||||
# FIXME: What's the right place for `autojump.zsh'?
|
||||
# This can be used as a workaround in .zshrc:
|
||||
# . $(dirname $(readlink -f $HOME/.nix-profile/bin/autojump))/../share/autojump/autojump.zsh
|
||||
# . $HOME/.nix-profile/share/autojump/autojump.zsh
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user