diff --git a/share/functions/__fish_print_hostnames.fish b/share/functions/__fish_print_hostnames.fish index 094113d4c..625b8fa62 100644 --- a/share/functions/__fish_print_hostnames.fish +++ b/share/functions/__fish_print_hostnames.fish @@ -15,8 +15,8 @@ function __fish_print_hostnames -d "Print a list of known hostnames" | string replace -r '[0-9.]*\s*' '' | string trim | string replace -ra '\s+' '\n' end # Print nfs servers from /etc/fstab - if test -r /etc/fstab - __fish_sgrep