djcev.com

//

Git Repos / dotfiles / profile

Last update to this file was on 2021-12-08 at 04:19.

Show profile

#- .profile 2015/00/00 cev - Bourne Shell startup script for login shells
# started life as:
# FreeBSD: release/10.0.0/share/skel/dot.profile 199243 2009-11-13 05:54:55Z ed

PATH="$HOME/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
PATH="$PATH:/usr/sbin:/sbin"
export PATH

BLOCKSIZE=K; export BLOCKSIZE
CLICOLOR=y; export CLICOLOR
EDITOR=vim; export EDITOR
# set ENV to a file invoked each time sh is started for interactive use.
ENV="$HOME/.shrc"; export ENV
GTK2_RC_FILES="$HOME/.config/gtkrc-2.0"; export GTK2_RC_FILES
LANG=en_US.UTF-8; export LANG
LC_ALL=en_US.UTF-8; export LC_ALL
LSCOLORS="DxHxdxdxbxdxdxBxBxDxDx"; export LSCOLORS
PAGER=vimpager; export PAGER
PASSWORD_STORE_DIR="$HOME/.local/share/password-store";export PASSWORD_STORE_DIR
QT_QPA_PLATFORMTHEME='qt5ct'; export QT_QPA_PLATFORMTHEME
# QT_STYLE_OVERRIDE="qtcurve"; export QT_STYLE_OVERRIDE
VISUAL=vi; export VISUAL

Return to the top of this page or return to the overview of this repo.

Log profile

Date Commit Message Author + -
2021-12-08 Initial commit. Dotfiles, scripts, basic Makefile. cev +22  

Return to the top of this page or return to the overview of this repo.