๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add ssh config

Kacaii 11f5caa2 a957dfe5

+8
+3
.config/fish/shell/abbr.fish
··· 2 2 abbr tcg $EDITOR $tmux_config_file 3 3 abbr jcg $EDITOR $jj_config_file 4 4 5 + # Reload shell 6 + abbr rsh "source $__fish_config_dir/config.fish" 7 + 5 8 # Default 6 9 abbr c clear 7 10 abbr fcc fish_clipboard_copy
+5
.ssh/config
··· 1 + Host tangled 2 + HostName tangled.org 3 + User git 4 + PreferredAuthentications publickey 5 + IdentityFile ~/.ssh/tangled