Update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function task-next-rm
|
||||
task $argv[1] modify -nx
|
||||
task $argv[1] modify -next
|
||||
and task
|
||||
end
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
function task-next
|
||||
task $argv[1] modify +nx
|
||||
task $argv[1] modify +next
|
||||
and task
|
||||
end
|
||||
|
||||
4
dot_config/fish/functions/task/task-wait.fish
Normal file
4
dot_config/fish/functions/task/task-wait.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function task-wait
|
||||
task $argv[1] mod wait:+$argv[2]
|
||||
and task
|
||||
end
|
||||
Reference in New Issue
Block a user