Kaleb Elwert

Results 229 comments of Kaleb Elwert

What do these actually do? It looks like wd is another dir jumping plugin (we already have z and fasd, so I doubt we'd add another... and we're also looking...

With the example you gave I usually do something like this: ``` > vim /etc/fstab ... [sucks, need sudo] > sudo !! ... [expands to sudo vim /etc/fstab] ``` The...

I think it would make more sense as something like the `editor` module (we're trying to avoid having hundreds of plugins like oh-my-zsh - I'd rather have a smaller number...

There's been some discussion on this in #1346

I don't know if we have an "officially supported versions" of zsh policy in this project... I usually use Debian's oldstable as a benchmark (which is at 5.3.1). CentOS 7...

Can you give me an example of tools that are broken? Isn't `SSH_AUTH_SOCK` needed for things like `ssh-add`?

As this issue is 3 years old, I've taken the time to pull updated links. Zim was moved and changed a bit but https://github.com/zimfw/zimfw/blob/master/src/templates/login_init.zsh.erb looks relevant. And it looks like...

Is this even after restarting the shell? When you install something that has a command, you can rehash manually by running `hash -r`

I unfortunately don't have a great answer for you - when I added that line to my `zshrc`, both before and after loading prezto, it seemed to work as described....

Those exact lines worked for me. What terminal are you using?