mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
fish: fixed host matching on turing
This commit is contained in:
parent
1f3753c975
commit
e307b8d985
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
set host (hostname)
|
set host (hostname)
|
||||||
|
|
||||||
if test "$host" = "turing"
|
if string match -q "*turing*" "$host"
|
||||||
set -x PATH /Users/scie/.local/nvim-macos-arm64/bin \
|
set -x PATH /Users/scie/.local/nvim-macos-arm64/bin \
|
||||||
/opt/homebrew/Cellar/universal-ctags/HEAD-43ca055/bin \
|
/opt/homebrew/Cellar/universal-ctags/HEAD-43ca055/bin \
|
||||||
/Users/scie/.local/xonsh-env/xbin \
|
/Users/scie/.local/xonsh-env/xbin \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue