1
0
This commit is contained in:
Deven Blake
2021-01-19 11:48:13 -05:00
parent ec6ae63c9c
commit ae3ef5f182
4 changed files with 44 additions and 37 deletions

View File

@@ -1,12 +1,19 @@
#!/bin/sh
complete -c man which
EDITOR=vim
PS1="; "
PS2=">; "
PS3=">>; "
export PATH=$PATH":$HOME/bin:$HOME/.local/bin"
source $HOME/.aliases
complete -c man which
# for ruby working
eval "$(rbenv init -)"
PLAN9=/usr/local/plan9
export PLAN9
PATH=$PATH":$HOME/bin/:$HOME/bin/oneliners/:$PLAN9/bin"
export PATH