Skip to content

Commit

Permalink
Fix function name _done -> done
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscolourenco committed Nov 7, 2016
1 parent 3347a8d commit 1769c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion done.fish
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function _done --on-event fish_prompt
function done --on-event fish_prompt
if test $CMD_DURATION
# Store duration of last command
set duration (echo "$CMD_DURATION 1000" | awk '{printf "%.3fs", $1 / $2}')
Expand Down

0 comments on commit 1769c56

Please sign in to comment.