Speeding up my ZSH shell
111–120 of 133 posts
Re: Speeding up my ZSH shell
#112I was an OMZ user pretty much since I adopted ZSH many years ago. I never really experienced much of the slowdown(s) that people tend to complain about. Even still, getting my dotfiles set up on a new machine was always a little bit of pain. I'd try to install OMZ from my OS' package manager, remember that that rarely worked perfectly, gone back to OMZ's webpage and copied the cURL command... the fought with FZF shel…
Anyway, I'm going to be revisiting my zsh config soon and I'll be looking for ways to make sure I'm only using plugins that I absolutely do need. My principle in the past with workflows in zsh and Neovim is that I only add crucial plugins and try to keep my config minimal. Maybe I've gotten away from that a bit and need to regroup, so I find threads like this one useful to keep up with what's current.
Re: Speeding up my ZSH shell
#113Re: Speeding up my ZSH shell
#114Earlier quoted context omitted.
No shell does, I am using computers since 1986 and I don't these "pimp my shell" kind of stuff with rainbows and virtual pets. CLI is for stuff that GUIs and IDEs for whatever reason don't support, or REPL like interactions.
The main thing I use the pimpshells for (and all I can honestly say is KNOW I’m using from omZ) is the colored/fancy prompts. I’ve used colored informative prompts since DOS and having production servers be brilliantly red and dev servers a different color is quite helpful.
Re: Speeding up my ZSH shell
#115I do find myself running into problems with NVM slowing things down in zsh; anyone else experiencing this?
Re: Speeding up my ZSH shell
#116Re: Speeding up my ZSH shell
#117Earlier quoted context omitted.
The main thing I use the pimpshells for (and all I can honestly say is KNOW I’m using from omZ) is the colored/fancy prompts. I’ve used colored informative prompts since DOS and having production servers be brilliantly red and dev servers a different color is quite helpful.
You don't need oh my zsh for colorful prompts though.
Re: Speeding up my ZSH shell
#118Earlier quoted context omitted.
You should try fish shell. Great user experience out of the box, including history suggestions. https://fishshell.com
The incompatible syntax of fish makes it a no go for me. As an SRE, at my day job I often need to copy/paste commands that are generated from a playbook. Our playbooks use Bash, and in practice Zsh is compatible. But a co-worker using fish often has to manually modify commands before running, and I'm not about that life. The problem with fish is mostly the different syntax for setting variables and lack of heredocs.…
Re: Speeding up my ZSH shell
#119I don't have anything against ZSH or similar shells. I think they are great, but they are not my thing. Latency is a deal-breaker for me, and this is where autocompletion engines generally introduce surprising user-interactive pauses. I've generally settled with using mksh (or OpenBSD's KSH depending on the environment) with little configuration outside of aliases, variables, and few local functions. I'm not left wit…
I get bewildered looks when i hit v and edit my commands in vim from the youth but whatever, they’ll learn someday :))
Re: Speeding up my ZSH shell
#120Earlier quoted context omitted.
I'm definitely not an expert, but I configure zsh manually with those fzf and "ghost text". I took some notes in my repo, just copy the relevant portions if you actually want to try this: https://github.com/bbkane/dotfiles/tree/master/zsh I tweak it occasionally, but for the most part I set it and forget it.
I noticed you're using `z-shell/F-Sy-H`, "Feature-rich Syntax Highlighting for Zsh". The `z-shell` github org has (or had) some ... bad vibes, I would personally not use any of their code. - https://recurse.social/@dylnuge/112224580867240812 - https://www.reddit.com/r/commandline/comments/1c3r7ck/zshell... - https://www.reddit.com/r/zsh/comments/1c3r5gn/zshellzi_users... You could use `zsh-users/zsh-syntax-highlighti…