- commit
- 71d1647
- parent
- fdbcf99
- author
- Eric Bower
- date
- 2024-10-01 09:23:26 -0400 EDT
chore: mac updates
1 files changed,
+15,
-0
+15,
-0
1@@ -9,6 +9,21 @@ end
2 switch (uname)
3 case Darwin
4 fish_add_path /opt/homebrew/bin
5+ abbr -a aptible-login "aptible login --lifetime 7days --email eric.bower@aptible.com"
6+ # setopt NO_NOMATCH
7+ # alias aptible-login="aptible login --lifetime 7days --email eric.bower@aptible.com"
8+ # alias pss='aws-vault exec prod ~/work/pancake/bin/pancake stack:ssh eric'
9+ # alias aptible-eric="DOMAIN=aptible-sandbox.com SUBDOMAIN_SUFFIX=eric APTIBLE_AUTH_ROOT_URL=https://auth-eric.aptible-sandbox.com APTIBLE_API_ROOT_URL=https://api-eric.aptible-sandbox.com APTIBLE_REMOTE=eric"
10+ # export PATH="/opt/homebrew/opt/libpq/bin:/opt/homebrew/bin:/Users/eric/.deno/bin:/usr/local/sbin:$PATH"
11+ # export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
12+ # alias sbx-main='DOMAIN=aptible-sandbox.com SUBDOMAIN_SUFFIX=sbx-main APTIBLE_AUTH_ROOT_URL=https://auth-sbx-main.aptible-sandbox.com APTIBLE_API_ROOT_URL=https://api-sbx-main.aptible-sandbox.com APTIBLE_REMOTE=sbx-main'
13+ # gpgconf --launch gpg-agent
14+
15+ # source /opt/homebrew/opt/chruby/share/chruby/chruby.sh
16+
17+ # export NVM_DIR="$HOME/.config/nvm"
18+ # [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
19+ # [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
20 case Linux
21 # do things for Linux
22 case '*'