HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: //etc/profile
# $FreeBSD: releng/10.3/etc/profile 208116 2018-05-14 17:49:56Z jtkoerting $
#
# System-wide .profile file for sh(1).
#
# Uncomment this to give you the default 4.2 behavior, where disk
# information is shown in K-Blocks
# BLOCKSIZE=K; export BLOCKSIZE
#
# For the setting of languages and character sets please see
# login.conf(5) and in particular the charset and lang options.
# For full locales list check /usr/share/locale/*
# You should also read the setlocale(3) man page for information
# on how to achieve more precise control of locale settings.
#
# Check system messages
# msgs -q
# Allow terminal messages
# mesg y

alias h='history 25'
alias j='jobs -l'
alias la='ls -a'
alias lf='ls -FA'
alias ll='ls -Fal'
# correct warnings

# correct wrapping
alias php='/usr/iports/php70/bin/php'
alias pkg='/usr/sbin/pkg-wrap'

# A righteous umask
umask 002

BASH_ENV=~/.bashrc
PATH=/usr/local/sbin:/usr/local/bin:/usr/iports/bin:/usr/iports/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games
EDITOR=nano
PAGER=more
BLOCKSIZE=K
LSCOLORS=ExgxcxdxBxegedabagacad
PYTHONPATH=/usr/iports/lib/python2.7/site-packages:/usr/local/lib/python2.7/site-packages:/usr/local/lib/python2.7/lib-dynload
PERL5LIB=/usr/local/lib/perl5/site_perl/mach/5.24:/usr/local/lib/perl5/site_perl:/usr/local/lib/perl5/5.24/mach:/usr/local/lib/perl5/5.24:/usr/local/lib/perl5/site_perl/5.24:/usr/local/lib/perl5/site_perl/5.24/mach:/usr/iports/lib/perl5/site_perl/mach/5.24:/usr/iports/lib/perl5/site_perl:/usr/iports/lib/perl5/5.24/mach:/usr/iports/lib/perl5/5.24:/usr/iports/lib/perl5/site_perl/5.24:/usr/iports/lib/perl5/site_perl/5.24/mach
PKG_CONFIG_PATH=/usr/local/libdata/pkgconfig:/usr/iports/libdata/pkgconfig
PERL_MM_OPT='INSTALL_BASE=/usr/local'
PERL_MB_OPT='--install_base /usr/local'
export PATH EDITOR PAGER BLOCKSIZE LSCOLORS PYTHONPATH PERL5LIB PKG_CONFIG_PATH PERL_MM_OPT PERL_MB_OPT BASH_ENV


alias sudo='sudo -s'