mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
fish: added sbin to my shell (because it wasnt there for some reason???)
This commit is contained in:
parent
cb38494256
commit
f4b1476907
1 changed files with 3 additions and 2 deletions
|
|
@ -9,14 +9,15 @@ set -x PATH /Users/scie/.local/nvim-macos-arm64/bin \
|
|||
/Users/scie/.local/bin \
|
||||
/Users/scie/Library/Python/3.9/bin \
|
||||
/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/emulators \
|
||||
/usr/bin \
|
||||
/opt/homebrew/bin/iodine \
|
||||
/opt/homebrew/bin \
|
||||
/Users/scie/.platformio/penv/bin/ \
|
||||
/Users/scie/.cargo/bin \
|
||||
/Users/scie/.local/xonsh-env/xbin \
|
||||
/usr/bin \
|
||||
/bin
|
||||
/usr/sbin \
|
||||
/bin \
|
||||
/sbin
|
||||
if status is-interactive
|
||||
function source_env
|
||||
if not test -f .env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue