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

7 lines
102 B
Fish
Raw Normal View History

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