mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(ssh): add secretive
This commit is contained in:
@@ -13,6 +13,9 @@ end
|
|||||||
# asdf Version Manager
|
# asdf Version Manager
|
||||||
source /usr/local/opt/asdf/libexec/asdf.fish
|
source /usr/local/opt/asdf/libexec/asdf.fish
|
||||||
|
|
||||||
|
# SSH
|
||||||
|
set -x SSH_AUTH_SOCK $HOME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
|
||||||
|
|
||||||
# Volta
|
# Volta
|
||||||
set -gx VOLTA_HOME "$HOME/.volta"
|
set -gx VOLTA_HOME "$HOME/.volta"
|
||||||
set -gx PATH "$VOLTA_HOME/bin" $PATH
|
set -gx PATH "$VOLTA_HOME/bin" $PATH
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ COMPLETION_WAITING_DOTS="true" # Red dots while waiting for completion
|
|||||||
# Autosuggest Highlighting
|
# Autosuggest Highlighting
|
||||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=7,bg=bold,underline"
|
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=7,bg=bold,underline"
|
||||||
|
|
||||||
|
# SSH
|
||||||
|
export SSH_AUTH_SOCK=$HOME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
|
||||||
|
|
||||||
# Set .config folder
|
# Set .config folder
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user