[ssh] Cleaning up shells and ssh configurablility when not at home
This commit is contained in:
@ -3,6 +3,11 @@
|
||||
|
||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||
|
||||
export GOPATH="$HOME/.go"
|
||||
export PATH=$HOME/.bin:$HOME/var/bin:/usr/local/bin:$PATH:$HOME/.go/bin
|
||||
|
||||
source "$HOME/.aliases"
|
||||
|
||||
### 15Five Functions
|
||||
|
||||
set-sts-env() {
|
||||
@ -46,5 +51,3 @@ set-deploy-env() {
|
||||
set-pg-env() {
|
||||
source /home/powellc/src/github.com/15five/aws-cli-tooling/set-pg-env.sh
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user