repos / dotfiles

my dotfiles

commit
b49887f
parent
71d1647
author
Eric Bower
date
2024-10-01 09:26:44 -0400 EDT
chore: mac tweaks
1 files changed,  +5, -14
M dot_config/fish/config.fish
+5, -14
 1@@ -2,30 +2,21 @@ fish_config theme choose "dracula"
 2 
 3 fish_add_path ~/.deno/bin ~/.yarn/bin ~/go/bin ~/.npm-packages/bin ~/bin
 4 
 5-if status --is-interactive
 6-  keychain --eval --quiet --agents ssh,gpg ~/.ssh/id_ed25519 76D3FD02 | source
 7-end
 8-
 9 switch (uname)
10   case Darwin
11     fish_add_path /opt/homebrew/bin
12+    # fish_add_path /usr/local/sbin
13     abbr -a aptible-login "aptible login --lifetime 7days --email eric.bower@aptible.com"
14-    # setopt NO_NOMATCH
15-    # alias aptible-login="aptible login --lifetime 7days --email eric.bower@aptible.com"
16     # alias pss='aws-vault exec prod ~/work/pancake/bin/pancake stack:ssh eric'
17     # 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"
18-    # export PATH="/opt/homebrew/opt/libpq/bin:/opt/homebrew/bin:/Users/eric/.deno/bin:/usr/local/sbin:$PATH"
19-    # export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
20     # 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'
21+    # export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
22     # gpgconf --launch gpg-agent
23-
24     # source /opt/homebrew/opt/chruby/share/chruby/chruby.sh
25-
26-    # export NVM_DIR="$HOME/.config/nvm"
27-    # [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
28-    # [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
29   case Linux
30-    # do things for Linux
31+    if status --is-interactive
32+      keychain --eval --quiet --agents ssh,gpg ~/.ssh/id_ed25519 76D3FD02 | source
33+    end
34   case '*'
35     # do things for other OSs
36 end