mirror of
https://github.com/gyoder/dots.git
synced 2026-02-28 01:13:44 +00:00
Added linux path
This commit is contained in:
parent
f4b1476907
commit
e89cfe614d
1 changed files with 39 additions and 20 deletions
|
|
@ -1,4 +1,7 @@
|
||||||
set -x PATH /Users/scie/.local/nvim-macos-arm64/bin \
|
set host (hostname)
|
||||||
|
|
||||||
|
if test "$host" = "turing"
|
||||||
|
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 \
|
||||||
/Users/scie/.local/xonsh-env/xbin \
|
/Users/scie/.local/xonsh-env/xbin \
|
||||||
|
|
@ -18,6 +21,22 @@ set -x PATH /Users/scie/.local/nvim-macos-arm64/bin \
|
||||||
/usr/sbin \
|
/usr/sbin \
|
||||||
/bin \
|
/bin \
|
||||||
/sbin
|
/sbin
|
||||||
|
else if test "$host" = "lovelace"
|
||||||
|
set -x PATH /home/linuxbrew/.linuxbrew/bin \
|
||||||
|
/home/linuxbrew/.linuxbrew/sbin \
|
||||||
|
/home/scie/.nvm/versions/node/v22.15.0/bin \
|
||||||
|
/home/scie/.cargo/bin \
|
||||||
|
/usr/local/sbin \
|
||||||
|
/usr/local/bin \
|
||||||
|
/usr/sbin \
|
||||||
|
/usr/bin \
|
||||||
|
/sbin \
|
||||||
|
/bin \
|
||||||
|
/usr/games \
|
||||||
|
/usr/local/games \
|
||||||
|
/snap/bin
|
||||||
|
end
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
function source_env
|
function source_env
|
||||||
if not test -f .env
|
if not test -f .env
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue