You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to change the icons of files based on a pattern that the files match. For example, I'd like to change the icon of files with a leading underscore and no extension (_clangd, _ruff, _cmake, _pip). You may have noticed that these files could more accurately be described as zsh completion scripts. Unfortunately since that filetype does not exist as an option in lsd (and I wouldn't expect it to), I was looking to target them through a name instead.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd like to be able to change the icons of files based on a pattern that the files match. For example, I'd like to change the icon of files with a leading underscore and no extension (
_clangd
,_ruff
,_cmake
,_pip
). You may have noticed that these files could more accurately be described as zsh completion scripts. Unfortunately since that filetype does not exist as an option in lsd (and I wouldn't expect it to), I was looking to target them through a name instead.Beta Was this translation helpful? Give feedback.
All reactions