HEX
Server: nginx/1.28.1
System: Linux vmi1787581.contaboserver.net 5.15.0-168-generic #178-Ubuntu SMP Fri Jan 9 19:05:03 UTC 2026 x86_64
User: vedanthasoft_usr62 (1016)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /var/www/vedanthasoft_usr62/data/.bash_profile
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs
if [ -d "$HOME/.config/composer/vendor/bin" ] ; then
    PATH="$HOME/.config/composer/vendor/bin:$PATH"
fi

umask 0022

PATH=$HOME/bin:$PATH:$HOME/.local/bin

export PATH