jakeisnt / nixcfg

A modular, Wayland-enabled NixOS configuration.
MIT License
34 stars 0 forks source link

shell improvements #165

Closed jakeisnt closed 2 years ago

jakeisnt commented 3 years ago

terminal emulator might be fine but the shell itself is seriously cooking; i should be able to run multiple commands instantly without waiting or seeing hesitation. zsh and a billion plugins might be using far too much overhead

jakeisnt commented 3 years ago

want shortcuts in lf that actually work:

also want file previews that show syntax highlighting in the files when available (treesitter?)

jakeisnt commented 3 years ago

command to fzf then edit the file in vim

jakeisnt commented 3 years ago

match fzf colors to nord theme

jakeisnt commented 3 years ago

great article to experiment with: https://las.rs/blog/haskell-as-shell.html

jakeisnt commented 2 years ago

zsh needs to be much faster. consider switching to another shell or making zsh config so much smaller.

jakeisnt commented 2 years ago

solved all of this with rust program aliasws and fish