Compare commits

...

3 Commits

Author SHA1 Message Date
4b6cf48378 Add jj and git vcs prompts. 2026-06-01 19:39:46 -07:00
fa6bba6640 Clean up jj tracking to not include repos/ folder. 2026-06-01 19:39:46 -07:00
d2adca7b5e Use beam cursor in kitty. 2026-06-01 19:39:46 -07:00
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
config/configstore/ config/configstore/
jj/.config/jj/repos/

View File

@@ -8,7 +8,7 @@ font_family JetBrainsMono NF Light
font_size 11.0 font_size 11.0
# Cursor # Cursor
cursor_shape block cursor_shape beam
cursor_blink_interval 0.5 cursor_blink_interval 0.5
cursor_stop_blinking_after 0 cursor_stop_blinking_after 0

View File

@@ -32,6 +32,7 @@
# The list of segments shown on the left. Fill it with the most important segments. # The list of segments shown on the left. Fill it with the most important segments.
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
# os_icon # os identifier # os_icon # os identifier
context # user@hostname
dir # current directory dir # current directory
jj # jujutsu status (hides vcs in jj repos) jj # jujutsu status (hides vcs in jj repos)
vcs # git status (shown in non-jj repos only) vcs # git status (shown in non-jj repos only)
@@ -82,7 +83,6 @@
gcloud # google cloud cli account and project (https://cloud.google.com/) gcloud # google cloud cli account and project (https://cloud.google.com/)
google_app_cred # google application credentials (https://cloud.google.com/docs/authentication/production) google_app_cred # google application credentials (https://cloud.google.com/docs/authentication/production)
toolbox # toolbox name (https://github.com/containers/toolbox) toolbox # toolbox name (https://github.com/containers/toolbox)
context # user@hostname
nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) nordvpn # nordvpn connection status, linux only (https://nordvpn.com/)
ranger # ranger shell (https://github.com/ranger/ranger) ranger # ranger shell (https://github.com/ranger/ranger)
yazi # yazi shell (https://github.com/sxyazi/yazi) yazi # yazi shell (https://github.com/sxyazi/yazi)