Skip to content
/ zsh-jj Public

Jujutsu support for Z Shell

License

Notifications You must be signed in to change notification settings

rkh/zsh-jj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jujutsu support for Z Shell

This repository contains two things:

  • VCS Info support for Jujutsu (inside functions directory)
  • A pre-configured zsh prompt for both Jujutsu and git, as a zsh plugin, inspired by zap-prompt

If you want to use the prompt out of the box, you can set it up however you install zsh plugins.

With zap, add the following to your .zshrc:

plug "rkh/zsh-jj"

Without a plugin manager, clone the repository, and source zsh-jj.plugin.zsh in your .zshrc:

source /path/to/zsh-jujutsu/zsh-jj.plugin.zsh

If you only want JJ support, but not the prompt, add the functions directory to your $fpath and enable jj in your .zshrc:

fpath+=/path/to/zsh-jujutsu/functions
zstyle ':vcs_info:*' enable jj

About

Jujutsu support for Z Shell

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages