hopefully the last change for a long time
This commit is contained in:
parent
b31b49cf10
commit
3661808a64
@ -1,19 +1,7 @@
|
||||
DOOMWADDIR=/mnt/partone/misc/doomwads/; export DOOMWADDIR
|
||||
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
|
||||
if [ "$0" = "bash" ] || [ "$0" = "-bash" ]; then complete -c man which; fi
|
||||
|
||||
PS1="; "
|
||||
PS2="; "
|
||||
PS3="; "
|
||||
|
||||
if [ "$0" = "bash" ] || [ "$0" = "-bash" ]; then complete -c man which; fi
|
||||
|
||||
set -o vi
|
||||
|
||||
. $HOME/.aliases
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user