fix fish nerd fonts

This commit is contained in:
Thomas G. Lopes
2026-03-11 19:32:14 +00:00
parent 4b918b31db
commit 7aaa1941ca
+3
View File
@@ -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