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

Configure Feed

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

use variable instead

Kacaii b7324925 be8672eb

+1 -1
+1 -1
.config/fish/functions/fish_right_prompt.fish
··· 17 17 if test -n "$jj_root_dir" 18 18 set vcs_color blue 19 19 set vcs_icon (set_color $vcs_color ) "๏‚ " ( set_color normal ) 20 - set jj_description "$(jj log -R (jj root) -r @ -T "description" --no-graph)" 20 + set jj_description "$(jj log -R $jj_root_dir -r @ -T "description" --no-graph)" 21 21 else if test -n "$git_root_dir" 22 22 set vcs_color red 23 23 set vcs_icon (set_color $vcs_color ) "๎™ " ( set_color normal )