diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-03 13:26:35 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-03 19:23:48 +0200 |
| commit | ee5e4779e21b6eaf3229ab4201e731d8dde7e4b2 (patch) | |
| tree | 74fb01bb449ce86b4f710c2135041e3d3ae8d353 /etc/completion | |
| parent | 17f76b209ceca9972dcd375d2a0f869abc6d1f26 (diff) | |
bash completion: Complete ‘guix weather’ packages.
* etc/completion/bash/guix (_guix_complete): Complete available package
names for ‘guix weather’ when not following ‘-m’.
Diffstat (limited to 'etc/completion')
| -rw-r--r-- | etc/completion/bash/guix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/completion/bash/guix b/etc/completion/bash/guix index ea8f76f3e0c..724d35b21f4 100644 --- a/etc/completion/bash/guix +++ b/etc/completion/bash/guix | |||
| @@ -302,6 +302,8 @@ _guix_complete () | |||
| 302 | if _guix_is_dash_m | 302 | if _guix_is_dash_m |
| 303 | then | 303 | then |
| 304 | _guix_complete_file | 304 | _guix_complete_file |
| 305 | else | ||
| 306 | _guix_complete_available_package "$word_at_point" | ||
| 305 | fi | 307 | fi |
| 306 | else | 308 | else |
| 307 | _guix_complete_available_package "$word_at_point" | 309 | _guix_complete_available_package "$word_at_point" |
