From 914530cca4b069302796f3d665d053c1d88a0202 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Wed, 3 Jan 2018 13:23:57 -0800 Subject: [PATCH] Fix typo in hostname display Fixes #121 --- fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish_prompt.fish b/fish_prompt.fish index fa40121..d89fa3a 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -544,7 +544,7 @@ function __bobthefish_prompt_user -S -d 'Display current user and hostname' end set -q display_user - or set -q displayed_hostname + or set -q display_hostname and echo -ns ' ' end