1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-15 03:13:10 +00:00

Make profile POSIX compliant

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2021-10-20 07:24:24 -05:00
parent 506830ab9b
commit d508b92efd
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -1,7 +1,7 @@
# shellcheck shell=sh
# User specific environment # User specific environment
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]] if ! [ "$(expr "$PATH" : "$HOME/.local/bin:$HOME/bin:")" ];then
then export PATH="$HOME/.local/bin:$HOME/bin:$PATH"
export PATH="$HOME/.local/bin:$HOME/bin:$PATH"
fi fi
# Linuxbrew setup # Linuxbrew setup