aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_systemd_machines.fish
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2015-09-28 16:22:29 +0200
committerGravatar Fabian Homborg <FHomborg@gmail.com>2015-09-28 16:22:29 +0200
commit126c8c14b87239f6c20a7c5402cf4ef9226b0bb2 (patch)
tree1756aac7139d4f6febd1284c5310b34d015676ee /share/functions/__fish_systemd_machines.fish
parent39923155057e3198e7f488d663cedc173363914b (diff)
machinectl: Add "shell" subcommand
Diffstat (limited to 'share/functions/__fish_systemd_machines.fish')
-rw-r--r--share/functions/__fish_systemd_machines.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/__fish_systemd_machines.fish b/share/functions/__fish_systemd_machines.fish
index 40f833ad..09becb2d 100644
--- a/share/functions/__fish_systemd_machines.fish
+++ b/share/functions/__fish_systemd_machines.fish
@@ -1,4 +1,4 @@
# It seems machinectl will eliminate spaces from machine names so we don't need to handle that
function __fish_systemd_machines
- machinectl --no-legend --no-pager list | while read -l a b; echo $a; end
+ machinectl --no-legend --no-pager list --all | while read -l a b; echo $a; end
end