This website requires JavaScript.
Explore
Help
Sign In
noah
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
mirror of
https://github.com/nmasur/dotfiles
synced
2024-11-10 11:02:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
82e85a7d95
dotfiles
/
modules
/
shell
/
fish
/
functions
/
commandline-git-commits.fish
7 lines
102 B
Fish
Raw
Normal View
History
Unescape
Escape
move fish functions into nix
2022-04-30 14:21:43 +00:00
set
commit
(
git-commits
)
if
[
$commit
]
commandline
-i
"
$commit
"
else
commandline
-i
HEAD
git fuzzy binding
2021-05-04 15:38:00 +00:00
end
Reference in New Issue
Copy Permalink