|
Server IP : 50.6.201.109 / Your IP : 216.73.216.91 Web Server : Apache System : Linux server1.serverdelsur.com 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64 User : bmadryn ( 1033) PHP Version : 8.2.30 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF Directory (0711) : /home/bmadryn/.razor/../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
# .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}'