1
0

hopefully the last change for a long time

This commit is contained in:
Deven Blake 2021-03-29 22:51:21 -04:00
parent b31b49cf10
commit 3661808a64
2 changed files with 13 additions and 14 deletions

View File

@ -1,19 +1,7 @@
DOOMWADDIR=/mnt/partone/misc/doomwads/; export DOOMWADDIR if [ "$0" = "bash" ] || [ "$0" = "-bash" ]; then complete -c man which; fi
EDITOR=vim; export EDITOR
PAGER="less"; export PAGER
PATH="$HOME/bin/:$HOME/bin/oneliners/:"$PATH
PATH=$PATH":$PLAN9/bin"
export PATH
PLAN9=/usr/local/plan9; export PLAN9
PS1="; " PS1="; "
PS2="; " PS2="; "
PS3="; " PS3="; "
if [ "$0" = "bash" ] || [ "$0" = "-bash" ]; then complete -c man which; fi
set -o vi
. $HOME/.aliases . $HOME/.aliases

View File

@ -1 +1,12 @@
ENV="$HOME"/.env; export ENV DOOMWADDIR=/mnt/partone/misc/doomwads/; export DOOMWADDIR
EDITOR=vim; 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
ENV=$HOME/.env; export ENV
. $ENV