From 1e5a9679f6c5d725deff24f820f9d917d7491322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Mon, 2 Dec 2024 16:34:02 +0100 Subject: [PATCH] Fix fish agnoster theme prompt width --- symlinks/config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/symlinks/config/fish/config.fish b/symlinks/config/fish/config.fish index 41252a0..abf84db 100644 --- a/symlinks/config/fish/config.fish +++ b/symlinks/config/fish/config.fish @@ -1,6 +1,7 @@ fenv source ~/.profile set -g fish_prompt_pwd_dir_length 0 +set -g fish_vcs_branch_name_length 0 set -gx PROJECT_PATHS ~/Projects/*/* ~/Projects/Personal/Mixed\ Technology/Practice set -gx MISE_PYTHON_DEFAULT_PACKAGES_FILE ~/.config/asdf/.python-default-packages set -gx FZF_DEFAULT_COMMAND 'rg --files'