[ssh] Cleaning up shells and ssh configurablility when not at home

This commit is contained in:
2024-08-09 10:13:03 -03:00
parent f8e270e0df
commit e7a8071ef5
6 changed files with 81 additions and 58 deletions

View File

@ -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
}