Giter Club home page Giter Club logo

Comments (10)

gsamokovarov avatar gsamokovarov commented on September 4, 2024 2

This may be brought by another package or oh-my-zsh and the likes, if you use them. You may wanna chase what have brought this in and disable (or remove) it.

from jump.

marko-radosavljevic avatar marko-radosavljevic commented on September 4, 2024 2

Yup, thanks for the help, much appreciated! ^^ ❤️

For anyone stumbling upon this, it was jump plugin from oh-my-zsh.

from jump.

gsamokovarov avatar gsamokovarov commented on September 4, 2024 1

Thanks for trying out jump and I hope you like it!

from jump.

gsamokovarov avatar gsamokovarov commented on September 4, 2024

jump shell uses the SHELL environment variable to guess the shell, can you try with: eval "$(jump shell zsh)"

Also, can you paste me the output of (if the command above doesn't work):

$ jump shell
# or
$ jump shell zsh

from jump.

luhova avatar luhova commented on September 4, 2024

I get the same error on Ubuntu 18.04:

/home/gabi/.zshrc:81: command not found: jump
♥ ~  jump shell
zsh: command not found: jump
♥ ~  jump shell zsh
zsh: command not found: jump

from jump.

gsamokovarov avatar gsamokovarov commented on September 4, 2024

@luhova maybe you uninstalled jump? The error is that the command jump isn't available. How have you installed it recently?

from jump.

luhova avatar luhova commented on September 4, 2024

@gsamokovarov oh yes, it was my mistake. Everything works fine now!

from jump.

marko-radosavljevic avatar marko-radosavljevic commented on September 4, 2024

I'm facing the same issue, tried eval "$(jump shell)" and eval "$(jump shell zsh)" in .zshrc. Any info on this? @gsamokovarov

❯ echo $SHELL
/usr/bin/zsh
------------------------------
❯ source .zshrc
(eval):1: command not found: No
------------------------------
❯ jump shell    
No such mark: shell
------------------------------
❯ jump shell zsh
No such mark: shell
------------------------------
❯ cd
No such mark: chdir
------------------------------
❯ j x(tab)
❯ j No\ such\ mark:\ hint
System Info   : 

OS            : Ubuntu 20.04.1 LTS x86_64
Kernel        : 5.8.0-36-generic
Shell         : zsh 5.8
Terminal      : terminator


Software Info : 

Package       : jump
Version       : 0.30.1
Status        : install ok installed

from jump.

gsamokovarov avatar gsamokovarov commented on September 4, 2024

You may be having a shell function (or another command) that's called jump. Can you give me the output of which jump?

from jump.

marko-radosavljevic avatar marko-radosavljevic commented on September 4, 2024

Did not expect that...

❯ which jump
jump () {
	builtin cd -P "$MARKPATH/$1" 2> /dev/null || {
		echo "No such mark: $1"
		return 1
	}
}
-------------------------------------------------------
❯ whereis jump
jump: /usr/bin/jump /usr/share/man/man1/jump.1
-------------------------------------------------------
❯ whatis jump
jump (1)             - navigate faster by learning your habits
apt show jump (click)
Package: jump
Version: 0.30.1
Status: install ok installed
Priority: extra
Section: default
Maintainer: Genadi Samokovarov <[email protected]>
Installed-Size: 3,878 kB
Homepage: https://github.com/gsamokovarov/jump
License: MIT
Vendor: Genadi Samokovarov
Download-Size: unknown
APT-Manual-Installed: yes
APT-Sources: /var/lib/dpkg/status
Description: Jump helps you navigate faster by learning your habits.

from jump.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.