fish: fixed host matching on turing

This commit is contained in:
gyoder 2025-06-18 12:20:57 -06:00
parent 1f3753c975
commit e307b8d985

View file

@ -1,6 +1,6 @@
set host (hostname)
if test "$host" = "turing"
if string match -q "*turing*" "$host"
set -x PATH /Users/scie/.local/nvim-macos-arm64/bin \
/opt/homebrew/Cellar/universal-ctags/HEAD-43ca055/bin \
/Users/scie/.local/xonsh-env/xbin \