grml-etc-core
grml-etc-core copied to clipboard
Grmls core configuration files for zsh, vim, screen…
Forwarding this from a personal mail I received: ``` Could you make it possible to shorten the prompt paths in grml zsh? For inspiration, please look at a plugin from...
0.15.0 adds `-v` to the ls aliases on linux/gnu coreutils. `ls -v` ignores locale and sorts things quite differently (upper case letters before lower case, letters with and without diacritics...
VTE (which is the base of many Linux terminal emulators like GNOME Terminal, Terminator, Xfce Terminal, etc.) now [supports identifying prompts using OSC codes](https://unix.stackexchange.com/a/769005/70524), and therefore jumping between prompts in...
TBH: I am not sure about the `#a2#` tag in the comment above. I just copied the comment from above. The comment for `#a#` is not perfectly clear for me:...
An idea was born this week: have a new "grml-console" package, and a "grml-console-full" package. Both should be uploaded to Debian main. Needs a good thought on how to make...
We deprecated `xunfunction` today, and should remove it this year.
It looks to me [like](https://github.com/grml/grml-etc-core/blob/1b0ef9cdefd28fe46ac38702e46d4da363375565/etc/zsh/zshrc#L492) `xunfunction` should be called near the end of `etc/zsh/zshrc`. I see [`unfunction grml_status_feature`](https://github.com/grml/grml-etc-core/blob/1b0ef9cdefd28fe46ac38702e46d4da363375565/etc/zsh/zshrc#L3648) so maybe it should be called there but `grml_status_feature` should be added...
@zeha mentioned in https://github.com/grml/grml-live/pull/247 some zshenv/zshrc hacks, which should be removed. Investigate the hacks and remove them.
It might happen that you only have `/usr/bin/7zz` installed but not `/usr/bin/7z` which will make `simple-extract foo.7z` fail. Given with those choices/coming changes: ```sh % apt-file --filter-suites bookworm search bin/7z...
% apt-file --filter-suites bookworm search bin/7z 7zip: /usr/bin/7zz p7zip: /usr/bin/7zr p7zip-full: /usr/bin/7z p7zip-full: /usr/bin/7za % apt-file --filter-suites trixie search bin/7z 7zip: /usr/bin/7z 7zip: /usr/bin/7za 7zip: /usr/bin/7zr 7zip-standalone: /usr/bin/7zz Fixes #177