mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-08-31 14:49:37 +00:00
chore(fish/sway): improve ssh-agent setup and auto-center on float
This commit is contained in:
parent
4a308d2d90
commit
2fda7c2621
3 changed files with 3 additions and 4 deletions
|
|
@ -14,6 +14,8 @@ set -gx PNPM_HOME $HOME/.local/share/pnpm
|
|||
|
||||
set -gx LIBVIRT_DEFAULT_URI 'qemu:///system'
|
||||
|
||||
set -gx SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh-agent.socket
|
||||
|
||||
if test (uname) = Darwin
|
||||
set -gx ANDROID_HOME $HOME/Library/Android/Sdk
|
||||
else
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
ssh_agent_startup
|
||||
|
||||
test -e /opt/homebrew/bin/brew
|
||||
and /opt/homebrew/bin/brew shellenv | source -
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue