mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-27 03:39:20 +09:00
23 lines
487 B
Fish
23 lines
487 B
Fish
# load .bashrc
|
|
bass source ~/.bashrc
|
|
|
|
# ssh-agent
|
|
if not keychain
|
|
source $HOME/.keychain/DESKTOP-6DPNBNH-fish
|
|
ssh-add ~/.ssh/id_rsa_eccs
|
|
ssh-add ~/.ssh/id_ed25519
|
|
end
|
|
|
|
# opam configuration
|
|
#source /home/urata/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true
|
|
# deleted
|
|
|
|
# key bindings
|
|
bind \b backward-kill-word
|
|
|
|
# starship
|
|
starship init fish | source
|
|
#function set_win_title
|
|
# echo -ne "\033]0; (basename "$PWD") \007"
|
|
#end
|
|
#set tarship_precmd_uesr_func "set_win_title"
|