moving to bspwm, using ed, etc
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user