✨ feat(fish): added onefetch to the repos function
This commit is contained in:
parent
23cd192edf
commit
f0ab903b46
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ function repos --description 'Open Git directories in ~/Repos with fzf in a new
|
|||
|
||||
if test -n "$selected_dir"
|
||||
set tab_title (basename "$selected_dir")
|
||||
set new_tab_cmd "kitty @ set-tab-title \"$tab_title\"; and cd $selected_dir"
|
||||
set new_tab_cmd "kitty @ set-tab-title \"$tab_title\"; and cd $selected_dir; and onefetch"
|
||||
eval $new_tab_cmd
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue