Klaus Hartl
Klaus Hartl
Having read about startup files, according to http://zsh.sourceforge.net/Intro/intro_3.html: > \`.zprofile' is meant as an alternative to \`.zlogin' for ksh fans; the two are not intended to be used together Should...
👍 Thanks for clarifying @defrank, makes sense (I'm still new to zsh).
Another problem I only noticed now: excluding `~**/*env.zsh` in `interactive_files` leads to `ruby/rbenv.zsh` no longer being sourced, rendering rbenv setup broken... should we maybe presume that topic based env files...
I think there's also room for simplification if we were to adopt the suggested naming scheme. All topic `path.zsh` files would become `zshenv.zsh`, removing the need for maintaining both `path_files=($DOTFILES/**/*path.zsh)`...
Interesting, never thought of that, I've indeed changed to use the Hack font a while ago. Will test and let you know.
It seems as if, first of all, restarting chocolat gave a bit of a rest. I tried to encounter the problem again after a restart, but wasn't seeing it any...
After quite some time not being affected I just encountered the problem, now with the font switched to Menlo. It seems that this mostly happens when editing while within a...
I'm seeing the same with Node Node.js v17.0.1. and a Vite application..
Maybe that helps with the investigation - the error starts appearing after `4.6.3`... using `greclipse("4.6.3")` I can run spotless without error.
I'd like to suggest additional swipe methods: swipe_left, swipe_right, swipe_up, swipe_down or maybe as swipe(:left), swipe(:down) etc.