From 7aaa1941ca04bf3ecac57a949644ad97829eaafc Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Wed, 11 Mar 2026 19:32:14 +0000 Subject: [PATCH] fix fish nerd fonts --- fish/files/config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fish/files/config.fish b/fish/files/config.fish index e42b28d..e6b2dc7 100644 --- a/fish/files/config.fish +++ b/fish/files/config.fish @@ -2,6 +2,9 @@ set -q __fish_home_manager_config_sourced; and exit set -g __fish_home_manager_config_sourced 1 +# Ensure UTF-8 locale (needed for Nerd Font symbols in tmux) +set -gx LANG en_US.UTF-8 +set -gx LC_ALL en_US.UTF-8 # Add ROCm bin directory to PATH set -gx PATH "/opt/rocm/bin" $PATH