๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add back vcs icon

Kacaii bfd1f247 787e4a21

+3 -4
-4
.config/fish/functions/fish_right_prompt.fish
··· 1 1 function fish_right_prompt 2 2 set -l vcs_color normal 3 3 4 - if test (pwd) = $dotfiles 5 - return 1 6 - end 7 - 8 4 if command -q jj && test -e "$PWD/.jj" 9 5 set vcs_color blue 10 6 set icon (set_color $vcs_color) "๓ฑ—†" (set_color normal)
+3
.config/jj/config.toml
··· 7 7 [remotes.origin] 8 8 auto-track-bookmarks = "main" 9 9 10 + [git] 11 + write-change-id-header = true 12 + 10 13 [aliases] 11 14 n = ["new"] 12 15 d = ["diff"]