From bab271f5ae060734de7e95107baf5191e46fc90d Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Mon, 23 Feb 2026 16:54:28 -0800 Subject: add musl and vi --- config/bash_profile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'config/bash_profile') diff --git a/config/bash_profile b/config/bash_profile index ffb5007..1613f56 100644 --- a/config/bash_profile +++ b/config/bash_profile @@ -7,7 +7,7 @@ if test -z "$XDG_RUNTIME_DIR"; then fi if [[ -f ~/.bashrc ]] ; then - . ~/.bashrc + . ~/.bashrc fi if [ -d ~/.ghcup/bin ]; then @@ -26,6 +26,10 @@ if [ -d ~/.mcabal/bin ]; then export PATH=~/.mcabal/bin:$PATH fi +if [ -d ~/.local/musl/bin ]; then + export PATH=~/.local/musl/bin:$PATH +fi + if [ -d ~/.local/bin ]; then export PATH=~/.local/bin:$PATH fi @@ -33,4 +37,3 @@ fi if [ -d /usr/local/lib/pkgconfig ]; then export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH fi - -- cgit v1.2.3