diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-20 12:26:52 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-20 12:26:52 +0300 |
| commit | ccd0b2830f3607d420e56d14509b1c1534b9970a (patch) | |
| tree | 0f774a79122cf8a1b4006b26893ecb249d640a95 | |
| parent | eb772ed0781531d6c4b618f46c6f4d48dd11ede1 (diff) | |
add
| -rw-r--r-- | dotfiles/fish/conf.d/config.fish | 10 | ||||
| -rw-r--r-- | dotfiles/fish/conf.d/taskwarrior.fish | 2 |
2 files changed, 2 insertions, 10 deletions
diff --git a/dotfiles/fish/conf.d/config.fish b/dotfiles/fish/conf.d/config.fish index e75d227..9cf61db 100644 --- a/dotfiles/fish/conf.d/config.fish +++ b/dotfiles/fish/conf.d/config.fish @@ -1,12 +1,2 @@ set -g EDITOR hx fish_vi_key_bindings - -# Use $EDITOR to edit the current command -function edit-command - set -q EDITOR; or return 1 - set -l tmpfile (mktemp --suffix .fish); or return 1 - commandline >$tmpfile - eval $EDITOR $tmpfile - commandline -r -- (cat $tmpfile) - rm $tmpfile -end diff --git a/dotfiles/fish/conf.d/taskwarrior.fish b/dotfiles/fish/conf.d/taskwarrior.fish index ae375e4..54d2b63 100644 --- a/dotfiles/fish/conf.d/taskwarrior.fish +++ b/dotfiles/fish/conf.d/taskwarrior.fish @@ -88,3 +88,5 @@ abbr -a Vsre 'vit +standup +sre' abbr -a Ved 'taskwarrior::add::standup::editor' abbr -a track 'taskwarrior::add::track' abbr -a T 'taskwarrior::add::track' + +taskwarrior::due::count |
