add environment
This commit is contained in:
parent
b0ccb07a44
commit
62b9239d16
2 changed files with 3 additions and 2 deletions
|
|
@ -12,4 +12,4 @@ function _myssh(){
|
||||||
compadd $(cat ~/dev/robespierre/infra/hosts/all.yml | grep "^ [^ ]" | sed 's/ *\(.*\):/\1/')
|
compadd $(cat ~/dev/robespierre/infra/hosts/all.yml | grep "^ [^ ]" | sed 's/ *\(.*\):/\1/')
|
||||||
}
|
}
|
||||||
compdef _myssh r
|
compdef _myssh r
|
||||||
compdef _myssh ra
|
compdef _myssh ra
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,8 @@ export EDITOR=emacsclient
|
||||||
export LESS=-cex2MRX
|
export LESS=-cex2MRX
|
||||||
export LESSOPEN='|~/.lessfilter %s'
|
export LESSOPEN='|~/.lessfilter %s'
|
||||||
export LOGCHECK=60
|
export LOGCHECK=60
|
||||||
export PATH=$HOME/.scripts:$PATH
|
|
||||||
export READNULLCMD=${PAGER:-/usr/bin/pager}
|
export READNULLCMD=${PAGER:-/usr/bin/pager}
|
||||||
export WATCH=all
|
export WATCH=all
|
||||||
export WATCHFMT="%n has %a %l from %M"
|
export WATCHFMT="%n has %a %l from %M"
|
||||||
|
export ROBESPIERRE=/home/hybris/dev/robespierre/infra
|
||||||
|
export PATH=$ROBESPIERRE/bin:$HOME/.scripts:$PATH
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue