⚙️ config(fish): added eza as a final command at the repos function
This commit is contained in:
parent
ce592dcd43
commit
ed44c10f8b
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"
|
if test -n "$selected_dir"
|
||||||
set tab_title (basename "$selected_dir")
|
set tab_title (basename "$selected_dir")
|
||||||
set new_tab_cmd "kitty @ set-tab-title \"$tab_title\"; and cd $selected_dir; and onefetch"
|
set new_tab_cmd "kitty @ set-tab-title \"$tab_title\"; and cd $selected_dir; and onefetch; and lh"
|
||||||
eval $new_tab_cmd
|
eval $new_tab_cmd
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue