1
0

moving to bspwm, using ed, etc

This commit is contained in:
Deven Blake
2021-05-10 21:19:41 -04:00
parent 65d47523e1
commit 0d261bd1bd
13 changed files with 105 additions and 63 deletions

View File

@@ -1,12 +1,14 @@
BROWSER=firefox; export BROWSER
DOOMWADDIR=/mnt/partone/misc/doomwads/; export DOOMWADDIR
EDITOR=vim; export EDITOR
EDITOR=ed; export EDITOR
PAGER="less"; export PAGER
PLAN9=/usr/local/plan9; export PLAN9
PATH="$HOME/bin/:$HOME/bin/oneliners/:"$PATH":$PLAN9/bin"; export PATH
if [ "$0" = "bash" ] || [ "$0" = "-bash" ]; then complete -c man which; fi
TERMINAL="uxterm"; export TERMINAL
UNITS_SYSTEM="si"; export UNITS_SYSTEM
ENV=$HOME/.env; export ENV
. $ENV
if [ "$0" = "bash" ] || [ "$0" = "-bash" ]; then complete -c man which; fi