Fish: Removed task.fish arguments until TW-1404 is fixed
- Thanks to Roman Inflianskas
This commit is contained in:
@@ -32,6 +32,8 @@
|
|||||||
- The default configuration is now 256-color only.
|
- The default configuration is now 256-color only.
|
||||||
- The 'columns' report now shows whether a column is modifiable or read only.
|
- The 'columns' report now shows whether a column is modifiable or read only.
|
||||||
- UDA indicator column did not properly default to 'U' (thanks to JDufault).
|
- UDA indicator column did not properly default to 'U' (thanks to JDufault).
|
||||||
|
- Removed task.fish arguments until TW-1404 is fixed (thanks to Roman
|
||||||
|
Inflianskas)
|
||||||
- Numerous performance improvements. Taskwarrior 2.5.1 is between X% and
|
- Numerous performance improvements. Taskwarrior 2.5.1 is between X% and
|
||||||
Y% faster than 2.5.0 when running various commands.
|
Y% faster than 2.5.0 when running various commands.
|
||||||
|
|
||||||
|
|||||||
@@ -179,7 +179,9 @@ function __fish.task.list.attr_value_by_name
|
|||||||
end
|
end
|
||||||
|
|
||||||
function __fish.task.list._command
|
function __fish.task.list._command
|
||||||
__fish.task.zsh commands $argv
|
# Removed args until TW-1404 is fixed.
|
||||||
|
#__fish.task.zsh commands $argv
|
||||||
|
__fish.task.zsh commands
|
||||||
end
|
end
|
||||||
|
|
||||||
function __fish.task.list.command
|
function __fish.task.list.command
|
||||||
|
|||||||
Reference in New Issue
Block a user