add environment
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user