tmpm697
tmpm697
No, I don't get any errors at all. Steps: ``` 1. cd to a folder 2. paste to terminal: ( emulate -L zsh -o err_return local tmp tmp="$(mktemp -d ${TMPDIR:-/tmp}/p10k.XXXXXXXXXX)"...
Steps: ``` 1. vi .zshenv ZDOTDIR=$HOME/.config/zsh 2. vi ~/.config/zsh/.zshrc [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]] && . "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" # load instant prompt source $ZDOTDIR/plugins/powerlevel10k/powerlevel10k.zsh-theme [[ ! -f ${ZDOTDIR}/.p10k.zsh ]] || . ${ZDOTDIR}/.p10k.zsh...
There's no reason why I spam ctrl-c at all but I just want to give a test how powerlevel10k can endure it and what its behavior if I spam ctrl-c....
I notice the density/gaps between prompt change when issue happens: before: ``` > # first prompt > # after first ctrl-c > # after seconds ctrl-c > ``` after: ```...
@romkatv: Do you have any idea why this issue can happen?, I'd like to trace it a bit when I have free time.
Enhancer for YouTube™ makes youtube video in a small floated video window. It's great if to-google-translate can do the same.
You can overwrite builtin command, e.g: ``` function ls() { command ls "$@" | ccat } ```
@Cloudef Any chance for this to be fixed?
How to change color of cursor?
@Cloudef : Can you give a hint on this?