mirror of
https://github.com/osmarks/random-stuff
synced 2025-11-12 19:52:59 +00:00
yet more dotfiles
This commit is contained in:
13
dotfiles/config.fish
Normal file
13
dotfiles/config.fish
Normal 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
|
||||||
Reference in New Issue
Block a user