zsh-users / antigen

The plugin manager for zsh.
http://antigen.sharats.me
MIT License
8.01k stars 279 forks source link

Cannot change directories without `cd` #747

Open SturmB opened 1 year ago

SturmB commented 1 year ago

Description

I am unable to change directories without using cd on my Synology DiskStation.

Steps to reproduce

Minimal steps to reproduce this behavior. Example:

1 - SSH into Synology server with Zsh, Oh-my-zsh, and Antigen installed and configured.
2 - Attempt to change directories with out using `cd`. For example, typing `..` and hitting <ENTER>.
3 - 'zsh: permission denied: ..' is displayed.

Expected behavior:

- Changing to the directory indicated without error.

Software version

Configuration

More information

I am able to run antigen use oh-my-zsh and get the cd functionality without cd, but then other things get messed up, such as my l alias not sorting things by directory first anymore. No idea why. Also, antigen use oh-my-zsh is already in the .zshrc file, so why do I need to type it? Or is something that comes after it overriding it somehow?