From 01d9e1f93088b511da5fb8c426700f76f6afa4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pacana?= Date: Thu, 30 Jul 2026 08:47:11 +0200 Subject: [PATCH] Adjust fish prompt layout * Put the prompt input on its own line so long paths have room to display before the command entry area. * Keep Hydro path segments effectively unshortened for normal local paths without using an excessive segment length. --- modules/fish.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/fish.nix b/modules/fish.nix index 61a830a..48673d1 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -66,6 +66,8 @@ xdg.configFile."fish/conf.d/hydro-theme.fish".text = '' set --global hydro_symbol_prompt \$ set --global hydro_symbol_git_dirty ' •' + set --global hydro_multiline true + set --global fish_prompt_pwd_dir_length 10 if set --query SSH_CONNECTION; or set --query SSH_TTY set --global hydro_symbol_start (prompt_hostname)' ' -- 2.51.2