dotfiles/modules/common/shell/fish/functions/commandline-git-commits.fish

7 lines
102 B
Fish
Raw Normal View History

2022-04-30 14:21:43 +00:00
set commit (git-commits)
if [ $commit ]
commandline -i "$commit"
else
commandline -i HEAD
2021-05-04 15:38:00 +00:00
end