HEX
Server: Apache
System: Linux 66-116-198-230.webhostbox.net 5.14.0-570.44.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 17 10:32:11 EDT 2025 x86_64
User: smitsolutionshyd (1006)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/smitsolutionshyd/.bashrc
# .bashrc

# User specific aliases and functions

alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
alias ll='ls -alh'

# Source global definitions
if [ -f /etc/bashrc ]; then
	. /etc/bashrc
fi

umask 022
alias vi=vim
export PS1="\u@\H [\W]# "
export PROMPT_COMMAND='printf "\033]0;%s@%s:%s\007" "${USER}" ${HOSTNAME}'