Go to file
Nicole O'Connor 9c7014bf32 zsh evidently has a built in $COLUMNS var! who knew 2023-04-04 13:07:32 -07:00
base zsh evidently has a built in $COLUMNS var! who knew 2023-04-04 13:07:32 -07:00
modules support opam if it's initialized 2023-03-28 19:22:13 -07:00
.gitignore add file to gitignore to save update data to 2023-03-28 19:22:28 -07:00
LICENSE update copyright year 2023-04-04 12:43:55 -07:00
README.md README 2022-02-02 18:24:00 -08:00
zeesh.zsh env changes 2022-12-06 13:34:16 -08:00
zshrc-stub add .zshrc.local support 2023-04-04 12:50:14 -07:00

README.md

zeesh

a custom zsh environment

What's it do?

  • Provides a unique syntax for running ssh sessions. You can simply type command@target-host --args to run a one shot command on target-host (or @target-host to open a full ssh session)
  • Customizes the prompt according to developer's personal preferences (framework for customization coming soon!)
  • Automatically updates itself, and is capable of installing itself with just a stub zshrc
  • And more, as needed!