1
0
Fork 0

add environment

This commit is contained in:
Maurice Audin 2022-10-15 18:03:02 +02:00
parent b0ccb07a44
commit 62b9239d16
2 changed files with 3 additions and 2 deletions

View file

@ -12,4 +12,4 @@ function _myssh(){
compadd $(cat ~/dev/robespierre/infra/hosts/all.yml | grep "^ [^ ]" | sed 's/ *\(.*\):/\1/')
}
compdef _myssh r
compdef _myssh ra
compdef _myssh ra

View file

@ -40,7 +40,8 @@ export EDITOR=emacsclient
export LESS=-cex2MRX
export LESSOPEN='|~/.lessfilter %s'
export LOGCHECK=60
export PATH=$HOME/.scripts:$PATH
export READNULLCMD=${PAGER:-/usr/bin/pager}
export WATCH=all
export WATCHFMT="%n has %a %l from %M"
export ROBESPIERRE=/home/hybris/dev/robespierre/infra
export PATH=$ROBESPIERRE/bin:$HOME/.scripts:$PATH