I have few bash functions like
#!/bin/shgit-ci() { ...}
When I was not using fish I had a source ~/.my_functions
line in my ~/.bash_profile
but now it doesn't work.
Can I use my bash functions with fish? Or the only way is to translate them into fish ones and then save them via funcsave xxx
?