1
0
mirror of https://github.com/osmarks/random-stuff synced 2025-09-12 07:16:00 +00:00

yet more dotfiles

This commit is contained in:
osmarks
2025-07-28 11:22:10 +01:00
parent 23f58cc0d4
commit 592b70c394

13
dotfiles/config.fish Normal file
View File

@@ -0,0 +1,13 @@
if status is-interactive
zoxide init fish | source
atuin init fish | source
end
if status is-login
and status is-interactive
# To add a key, set -Ua SSH_KEYS_TO_AUTOLOAD keypath
# To remove a key, set -U --erase SSH_KEYS_TO_AUTOLOAD[index_of_key]
keychain --eval $SSH_KEYS_TO_AUTOLOAD 2> /dev/null | source
end
#if status is-interactive
#
#end