Sebastian Gniazdowski

Results 58 issues of Sebastian Gniazdowski

Hi, could be a Cygwin version of the binary added to the releases page? I.e.: it should contain a new file: * exa-cygwin-x86_64-0.9.0.zip ? Also, a regular Cygwin package wouldn't...

A full featured Tig configuration that moves the shell code from any `sh -c` bindings into separate files, which allows much more sophisticated setup. Current features: - ctags browsing from...

## Description I've read about the need on testing `wait` ice. The following could work, but it doesn't. I'm commiting it so that some other eyes might come up with...

tests
release

## Description There is an undocumented ice `param''` which allows to declare variables for the time of loading plugins. ## Related Issue(s) ## Motivation and Context All ices should be...

docs

## Description In #390 ## Motivation and Context ## Related Issue(s) #390 #381 ## Usage examples ```zsh cd ~tigsuite cd ~zinit-annex-bin-gem-node ``` ## How Has This Been Tested? ## Types...

docs

## Description There are many such symbol var-like symbols: - %ID% – id-as ice - %USER% – username (in user/plugin ID) - %PLUGIN% – plugin name (in user/plugin ID) -...

zinit
docs

## Description The condition in #429 was reversed, it should say `[[ -z … ]]` not ` [[ -n ${ZINIT_TASKS:#} ]] && return 0`. Now after fixing this it should...

zinit

## Description The fake `%$ZINIT[BIN_DIR]` plugin shouldn't be shown in `zinit times` output. ## Motivation and Context The fake **`null`** plugin is used to autoload a function from BIN_DIR zinit...

zinit

## Description Document `param'var→val'` ice, alt-shift-q tags browser and also improve it. ## Motivation and Context I've recalled some undocumented features. ## Types of changes - [x] Bug fix (non-breaking...

docs

## Description Remove global aliases because their limited use (`ZIDIR/…` isn't working) and replace `typeset -g …` with `hash -d …` so that the named directories are completed. Eg.: `~ZI`...

zinit
docs