Git Product home page Git Product logo

Comments (20)

jeremyramin avatar jeremyramin commented on August 15, 2024 1

Okay so it loads the aliases but it isn't resolving the PATH properly. In Terminal-Plus can you run the command zsh --login. If that doesn't work then zsh -l might be it. That would place you in a new zsh shell. Check PATH once more in this new shell instance please.

from terminal-plus.

jeremyramin avatar jeremyramin commented on August 15, 2024

@siklodi-mariusz Some questions I have so I can figure out why this is happening:

  1. What OS are you operating from?
    2. Which shell are you currently using? (You can check by going into the package settings and seeing what the default is for Shell Override) I just reread your issue and I see you are using zsh.

In Addition:
3. Does bundle work in your system's terminal?

from terminal-plus.

siklodi-mariusz avatar siklodi-mariusz commented on August 15, 2024

Sorry ,I forgot about the OS. I use Ubuntu 14.04
And yes bundle works in the system's terminal, I also have the zsh plugin for bundler which has some aliases that make bundle install become bi and so on. In my system's terminal bought work.

from terminal-plus.

jeremyramin avatar jeremyramin commented on August 15, 2024

So your aliases aren't appearing either? May I ask which zsh profile file
you are putting your alias settings in?

On Thu, Sep 17, 2015, 12:19 AM siklodi-mariusz [email protected]
wrote:

Sorry ,I forgot about the OS. I use Ubuntu 14.04
And yes bundle works in the system's terminal, I also have the zsh plugin
for bundler which has some aliases that make bundle install become bi and
so on. In my system's terminal bought work.

โ€”
Reply to this email directly or view it on GitHub
#8 (comment)
.

from terminal-plus.

siklodi-mariusz avatar siklodi-mariusz commented on August 15, 2024

The plugins are configured in ~/.zshrc. I don't think the plugins are the problem because I also have plugins for git and rvm and they work.

from terminal-plus.

jeremyramin avatar jeremyramin commented on August 15, 2024

If you enter the alias command, do you see your aliases? It might not be loading your zsh profile.

from terminal-plus.

siklodi-mariusz avatar siklodi-mariusz commented on August 15, 2024

Yes I do see them, alias | grep bundle returns this plus other commands.
bcn='bundle clean'
be='bundle exec'
bl='bundle list'
bo='bundle open'
bp='bundle package'
bu='bundle update'

from terminal-plus.

jeremyramin avatar jeremyramin commented on August 15, 2024

In your regular terminal if you type which bundle, what location does it give you?
You can check the path variable (echo $PATH) in the Terminal-Plus terminal to see if that path is there.

from terminal-plus.

siklodi-mariusz avatar siklodi-mariusz commented on August 15, 2024

Yep, this is the problem. When I run which bundle in my system's terminal I get: /home/mariusz/.rvm/gems/ruby-2.2.2/bin/bundle and the path is also present in $PATH.
The thing that this changes when I change the ruby version an gemset with rvm.
In Terminal-Plus when I echo $PATH I don't have that path, I have this:
/home/mariusz/npm-global/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/mariusz/.rvm/bin

from terminal-plus.

siklodi-mariusz avatar siklodi-mariusz commented on August 15, 2024

Yep, this works.

from terminal-plus.

jeremyramin avatar jeremyramin commented on August 15, 2024

So this fixes the issue? Fantastic. Did you end up using --login or -l?

from terminal-plus.

siklodi-mariusz avatar siklodi-mariusz commented on August 15, 2024

Yes it works all the comands seem to work fine. I used --login
So is this is? I just have to run this command after I open a termina-plus?
If I remember right I saw something in the settings of Terminal-plus an option to run a command when an instance was open but I can't find it now. It was removed?

from terminal-plus.

jeremyramin avatar jeremyramin commented on August 15, 2024

The option to add Shell Arguments should be there. I was actually going to include the command myself because it should do this by default.

from terminal-plus.

siklodi-mariusz avatar siklodi-mariusz commented on August 15, 2024

Ok, something else must be wrong because the only options I have are the colors.

from terminal-plus.

jeremyramin avatar jeremyramin commented on August 15, 2024

Oh, that's not good. What version of Atom are you on?

from terminal-plus.

siklodi-mariusz avatar siklodi-mariusz commented on August 15, 2024

1.0.2

from terminal-plus.

jeremyramin avatar jeremyramin commented on August 15, 2024

Ah yes. There was a bug in Atom for settings configurations like in Terminal-Plus. It was fixed by Atom version 1.0.8. Updating will fix the settings issue.

from terminal-plus.

siklodi-mariusz avatar siklodi-mariusz commented on August 15, 2024

Ok, great. Thank you very much for your help and for this great terminal package!

from terminal-plus.

jeremyramin avatar jeremyramin commented on August 15, 2024

Thank you for being patient with me while working out the issues. I hope you continue to enjoy the package.

from terminal-plus.

jeremyramin avatar jeremyramin commented on August 15, 2024

c44b662 fixes this issue.
Released in v0.4.1

from terminal-plus.

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.