Alex-duzhichao
Alex-duzhichao
I install command `undollar` using `npm install -g undollar`, which defines a global commad `$`. When sourcing `zsh-nvim.plugin.zsh`, zsh complains about `(eval):5: parse error near }`. I find this problem...
When deploying fabric in enterprise's intranet (without the ability to access internet), users maybe upload chaincode builder images and chaincode runtime images to a private docker registry which requires authentication...
If we call `expand('%p')` in a unnamed buffer, we will get an empty string "". `shellescape("")` returns an escaped string "''" which is not empty. So the determine whether a...
After popup window has been created, git-messenager uses `noautocmd wincmd p` to jump back to the current buffer, which ignores BufEnter and BufLeave events. Some other plugins depends on event...
I use tabby (version: 1.0.169) on windows 10. Usually I am used to switching shell between `Powershell`, `Cygwin` and `Git-Bash` using `switch-profile` hotkey. **I find sometimes the working directory is...
If I make a symlink directory using `ln -s / root`, tre only shows: ```bash ❯ tre [0] . └── [1] root ``` Could tre provide an option to allow...