grml-etc-core icon indicating copy to clipboard operation
grml-etc-core copied to clipboard

Grmls core configuration files for zsh, vim, screen…

Results 21 grml-etc-core issues
Sort by recently updated
recently updated
newest added

OpenSSH 9.0 changed the default scp protocol [from scp to sftp](https://www.openssh.com/txt/release-9.0). This also changes how remote path have to be quoted and leads to broken autocompletion on Arch Linux where...

We have to account for a lot of possibilities (see zshbuiltins(1)): we stay on the safe side and only change cd target if we're sure about what we do. See...

When I cd into a deeply nested NFS mount the current path is somehow broken via the VCS module. ``` [root@client] ~ # showmount -e server Export list for server:...

We ran into this problem on a customer system, where a NFS mountpoint was referenced in the `.zdirs` file (via `DIRSTACKFILE` feature enabled by default), while the NFS share wasn't...

bug

Noted on a currenty grml64-small unstable daily ISO: ``` root@grml ~ # vim foo E1187: Failed to source defaults.vim Press ENTER or type command to continue ``` FTR: ``` root@grml...

bug

For most `zstyles`, I can set them any time and then they apply. But in https://github.com/grml/grml-etc-core/commit/d005e0b78bac79a566a3b16fb9e66b28bca48d61, the `if zstyle -T ':grml:chpwd:dirstack' enable` is on the top-level of `.zshrc`, so it...

Our `__start_stop` function, which is used as helper function within our `Start`, `Stop`, `Restart`,... functions doesn't provide native support for systemd. While usage of `service` still works, it would be...

feature-request

…if CWD is under version control You get * a "!!" if you have modified files (not yet added) * a "C" if you have added files, but not yet...

Would be nice to get support for what's mentioned by Vincent at https://vincent.bernat.ch/en/blog/2019-zsh-async-vcs-info in our grml-zshrc

```sh % prompt -h grml [...] The actual configuration is done via zsh's `zstyle' mechanism. The context, that is used while looking up styles is: ':prompt:grml::' Here is either `left'...

feature-request