diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-18 09:04:20 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-18 09:04:20 +0300 |
| commit | b6a80154b3c239d98c5ac5379d0abfb5869e8aa1 (patch) | |
| tree | 5cd69804c9a152a22377f7f3f59a8d6924ed4043 /fish | |
| parent | 2097d8c47a2f23da59a5f9c46aa432f860f19e33 (diff) | |
Update
Diffstat (limited to 'fish')
| -rw-r--r-- | fish/conf.d/taskwarrior.fish | 2 | ||||
| -rw-r--r-- | fish/conf.d/tmux.fish | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/fish/conf.d/taskwarrior.fish b/fish/conf.d/taskwarrior.fish index f7d4a84..1aa4082 100644 --- a/fish/conf.d/taskwarrior.fish +++ b/fish/conf.d/taskwarrior.fish @@ -345,7 +345,7 @@ function taskwarrior::invoke yes | task +tr -track modify +track -tr end -abbr -a t task +abbr -a ta task abbr -a log 'task add +log' abbr -a tdue 'tasksamurai status:pending due.before:now' abbr -a track 'taskwarrior::add::track' diff --git a/fish/conf.d/tmux.fish b/fish/conf.d/tmux.fish index 5e09606..4d77b07 100644 --- a/fish/conf.d/tmux.fish +++ b/fish/conf.d/tmux.fish @@ -129,6 +129,7 @@ function tmux::tssh_from_file end alias tn 'tmux::new' +alias t 'tmux::attach' alias ta 'tmux::attach' alias tx 'tmux::remote' alias tl 'tmux::search' |
